Updated styles of links and code blocks in overlay page

This commit is contained in:
2009-12-16 20:42:59 +00:00
parent 25ecff82c4
commit ef6c2e533c
2 changed files with 16 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ a {
a:visited {
color: dimgrey;
text-decoration: none;
text-decoration: underline;
}
@@ -165,3 +165,16 @@ img.avatar {
float: right;
vertical-align: top;
}
/*
*
*/
code.root {
color: crimson;
font-weight: bold;
}
code.file {
color: steelblue;
font-weight: bold;
}