Overlap issue fix

Stops the overlapping of the middle block and right block.
This commit is contained in:
Hatsune Miku 2014-05-22 21:55:39 +01:00
parent 61d12521a8
commit 477caeebab

View File

@ -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;
}
}