Merge pull request #59 from WKNiGHT-/patch-3

Fix to over lapping stats on sidebar
This commit is contained in:
Sebastian Grewe 2013-05-25 12:16:55 -07:00
commit d5bff0b1dc

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