I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6b51be6f authored by z3d's avatar z3d
Browse files

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

parent 5fb01a01
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment