make css better readable

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-05-14 17:54:43 +02:00
parent 19a016d8bb
commit f1f616b600
1 changed files with 17 additions and 3 deletions

View File

@ -89,8 +89,23 @@ pre {
font-family: sans-serif;
}
.header a { margin-right: 1ex; color: #efefef; font-family: sans-serif;}
.tags, #backlinks { background: #640000; border: 2px solid #500000; padding: 4px; color: #efefef; font-family: sans-serif;}
.header a {
margin-right: 1ex;
color: #efefef;
font-family: sans-serif;
}
.tags, #backlinks {
background: #640000;
border: 2px solid #500000;
margin: 2px;
color: #efefef;
font-family: sans-serif;
}
.tags {
color: yellow;
}
.pagedate {
background: #474747;
@ -101,7 +116,6 @@ pre {
font-size: 60%;
}
.tags { color: yellow }
.selflink { background: yellow; color: black }
.actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;}