Fix to over lapping stats on sidebar

This commit is contained in:
Fred 2013-05-25 12:58:37 -04:00
parent dadb6102c6
commit b8bd2b904e

View File

@ -1,4 +1,3 @@
* { padding:0; margin:0; } * { padding:0; margin:0; }
body { body {
@ -854,7 +853,7 @@ a:hover {
/* Block sidebar */ /* Block sidebar */
.block.withsidebar .bendl { .block.withsidebar .bendl {
/* width: 171px; */ width: 191px;
background: url(../images/bendsb.gif) bottom left no-repeat; background: url(../images/bendsb.gif) bottom left no-repeat;
} }
@ -865,7 +864,7 @@ a:hover {
} }
.block.withsidebar .block_content .sidebar { .block.withsidebar .block_content .sidebar {
width: 190px; width: 210px;
float: left; float: left;
font-size: 11px; font-size: 11px;
} }