aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-03-03 07:28:29 +0100
committerStefan Ritter <xeno@thehappy.de>2009-03-03 07:28:29 +0100
commitfb1a6d9c56b1fd958bd08c34ddc01077c7302c5b (patch)
tree9e683c3e8a0d74353abbe85801a6c56e644c38d8 /styles
parentc8cd647d707a0bb384fccbedf058db21e4ce9e37 (diff)
Added commentlinks
Diffstat (limited to 'styles')
-rw-r--r--styles/blogthon.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/styles/blogthon.css b/styles/blogthon.css
index ecaaa63..3808f1a 100644
--- a/styles/blogthon.css
+++ b/styles/blogthon.css
@@ -71,3 +71,10 @@ a.entrytitle:link, a.entrytitle:hover, a.entrytitle:visited, a.entrytitle:active
text-align: center;
background: #111;
}
+
+a.comment:link, a.comment:hover, a.comment:active, a.comment:visited {
+ font-family: Arial;
+ font-size: 8px;
+}
+
+# vim: set tw=0 ts=4: