mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-11-21 16:25:12 -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;
|
||||
}
|
||||
|
||||
/* Overlap fix */
|
||||
.sp_article_content .post {
|
||||
margin-right: -50px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.sp_article_content
|
||||
{
|
||||
margin-bottom: 0.5em;
|
||||
@ -597,4 +604,4 @@ dl.sp_form dt a img, #sp_add_articles_list_header a img
|
||||
{
|
||||
float: right;
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user