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

Skip to content
Snippets Groups Projects
Commit 59a5776f authored by z3d's avatar z3d
Browse files

More Classic theme tweaks.

parent fc8c0ccf
No related branches found
No related tags found
No related merge requests found
......@@ -118,22 +118,34 @@ div.news {
min-width: 600px;
}
/* convert the list entry to our title */
div.news li {
text-align: justify;
list-style: none;
margin: -10px 20px -20px -20px;
padding: 8px 0;
border: 1px solid #330;
border-left: 5px solid #330;
padding: 3px 5px 3px 5px;
background: #fe7;
margin: -15px 20px -20px -20px;
padding: 0px 0 15px 0;
border-bottom: 2px solid #cc7;
border-top: 2px solid #cc7;
padding: 3px 5px 5px 5px;
font-size: 12pt;
color: #661;
}
div.news p {
color: #330;
}
div.news a:link {
color: #883;
}
div.news hr {
color: #cc7;
background: #cc7;
height: 2px;
border: 0px solid #cc7;
margin: 5px 0;
}
div.confignav {
padding: 12px 0 15px 0;
background: #cfc;
......
......@@ -105,3 +105,8 @@ div.routersummary, div.routersummary hr {
text {
padding-left: 5px;
}
div.news li {
margin-top: 0 !important;
margin-bottom: -23px !important;
}
\ No newline at end of file
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