diff options
| author | hukl <contact@smyck.org> | 2009-07-19 18:15:58 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-07-19 18:15:58 +0200 |
| commit | 00362bb4817ecc82856e9a9ae5fb6821b3182c6f (patch) | |
| tree | c0de7437012cb76a3212a2bedbb5664a0debbe9d | |
| parent | 25588b5374d1de6d6386a4341dbf7f693c6610c7 (diff) | |
no text-decoration in article_partial
| -rw-r--r-- | public/stylesheets/ccc.css | 4 |
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 | ||
| 116 | div.article_partial h2 a { | ||
| 117 | text-decoration: none; | ||
| 118 | } | ||
| 119 | |||
| 116 | div.article_partial p.excerpt { | 120 | div.article_partial p.excerpt { |
| 117 | color: #404040; | 121 | color: #404040; |
| 118 | } \ No newline at end of file | 122 | } \ No newline at end of file |
