Fix the errant horizontal rule issue in the console news section (classic/midnight).

This commit is contained in:
z3d
2010-04-04 05:46:07 +00:00
parent 5fb01a01af
commit 6b51be6fae
2 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ div.news hr {
background: #cc7; background: #cc7;
height: 1px; height: 1px;
border: 0px solid #cccc77; border: 0px solid #cccc77;
margin: 2px 0 0 0; margin: 20px 0 2px 0;
} }
div.confignav { div.confignav {

View File

@ -437,7 +437,7 @@ div.news hr {
background: #99f; background: #99f;
height: 1px; height: 1px;
border: 0px solid #99f; border: 0px solid #99f;
margin: 2px 0 2px 0; margin: 20px 0 2px 0;
} }
div.confignav { div.confignav {