diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-02 00:03:40 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-02 00:03:40 +0200 |
commit | d235993548b5da35412f9ea7a121a85beebb6855 (patch) | |
tree | 335e715196a1759748168568e4a919a76a7d0df5 /style.css | |
parent | 978bc85b1e772264339f38bcd8817070d9f7d0ef (diff) | |
parent | 08184b4275de1db66ad5da4c9245772f18af86c8 (diff) |
Merge branch 'master' into master-da
Conflicts (manually solved):
ikiwiki/blog.mdwn
recentchanges.mdwn
templates.mdwn
Also translated the following:
ikiwiki/pagespec/attachment.mdwn
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -35,12 +35,14 @@ padding: .2em .4em; } -.tags { +.pagefooter { clear: both; } +.tags { +} + #pageinfo { - clear: both; margin: 1em 0; border-top: 1px solid #000; } @@ -140,12 +142,15 @@ div.recentchanges { .pagedate, .pagelicense, .pagecopyright { - clear: both; font-style: italic; display: block; margin-top: 1em; } +.error { + color: #C00; +} + /* Used for invalid form fields. */ .fb_invalid { color: red; |