mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-11-22 00:32:22 -05:00
Overlap issue fix
Stops the overlapping of the middle block and right block.
This commit is contained in:
parent
61d12521a8
commit
477caeebab
@ -222,6 +222,13 @@ td.sp_shop
|
|||||||
{
|
{
|
||||||
margin: 5px 10px 0 0;
|
margin: 5px 10px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Overlap fix */
|
||||||
|
.sp_article_content .post {
|
||||||
|
margin-right: -50px;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.sp_article_content
|
.sp_article_content
|
||||||
{
|
{
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user