summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2006-01-27 22:26:50 +0000
committertavis_rudd <tavis_rudd>2006-01-27 22:26:50 +0000
commit1f9bd96136db3c092c6ae44d28613b40062a6a6e (patch)
tree61aa3260a9d48840519760b96ca7faa9c53cea2f /www
parent5d532fae0bb1301a3143c652b8517a854432fdc2 (diff)
downloadpython-cheetah-1f9bd96136db3c092c6ae44d28613b40062a6a6e.tar.gz
style tweak
Diffstat (limited to 'www')
-rw-r--r--www/screen.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/screen.css b/www/screen.css
index 7b5a5b1..83f9d2d 100644
--- a/www/screen.css
+++ b/www/screen.css
@@ -177,10 +177,21 @@ div.quote {
}
div.citation {
+ padding-left: 10px;
padding-top: 8px;
color: #A69E8A;
}
+div.citation a,
+div.citation a:link,
+div.citation a:visited {
+ color: #A69E8A;
+ color: #847C68;
+ font-weight: bold;
+ /* background-color: #FFFFbb; */
+ text-decoration: underline;
+}
+
span.quote {
color: #333;
}