diff options
author | Stefan Ritter <xeno@thehappy.de> | 2012-01-20 22:59:11 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2012-01-20 22:59:11 +0100 |
commit | bdbc414fea79efbec11291ef83c726233538575d (patch) | |
tree | bb5ceedb14bf3022f06567b463647818b57e967f /styles | |
parent | 944e824467a778a1e7d6cdfcca53238bab80df58 (diff) |
Add initial tag system
Diffstat (limited to '')
-rw-r--r-- | styles/default/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/default/default.css b/styles/default/default.css index be7957a..a6f954f 100644 --- a/styles/default/default.css +++ b/styles/default/default.css @@ -122,7 +122,7 @@ a { color: black; } -.entry_date, .comment_date { +.entry_date, .comment_date, .tags { font-size: 0.8em; color: #666; } |