Fix the errant horizontal rule issue in the console news section (classic/midnight).
This commit is contained in:
@ -384,7 +384,7 @@ div.news hr {
|
||||
background: #cc7;
|
||||
height: 1px;
|
||||
border: 0px solid #cccc77;
|
||||
margin: 2px 0 0 0;
|
||||
margin: 20px 0 2px 0;
|
||||
}
|
||||
|
||||
div.confignav {
|
||||
|
@ -437,7 +437,7 @@ div.news hr {
|
||||
background: #99f;
|
||||
height: 1px;
|
||||
border: 0px solid #99f;
|
||||
margin: 2px 0 2px 0;
|
||||
margin: 20px 0 2px 0;
|
||||
}
|
||||
|
||||
div.confignav {
|
||||
|
Reference in New Issue
Block a user