summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-07-19 18:15:58 +0200
committerhukl <contact@smyck.org>2009-07-19 18:15:58 +0200
commit00362bb4817ecc82856e9a9ae5fb6821b3182c6f (patch)
treec0de7437012cb76a3212a2bedbb5664a0debbe9d
parent25588b5374d1de6d6386a4341dbf7f693c6610c7 (diff)
no text-decoration in article_partial
-rw-r--r--public/stylesheets/ccc.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index a00377a..cccf442 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -113,6 +113,10 @@ div.teaser_ruler {
113 margin-top: 30px; 113 margin-top: 30px;
114} 114}
115 115
116div.article_partial h2 a {
117 text-decoration: none;
118}
119
116div.article_partial p.excerpt { 120div.article_partial p.excerpt {
117 color: #404040; 121 color: #404040;
118} \ No newline at end of file 122} \ No newline at end of file