diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-02 00:07:11 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-02 00:07:11 +0200 |
commit | e9e3f7af86eb5704def9c285c99e69924ec159cb (patch) | |
tree | a10b43abb7167c5280d8c14061efddd0e080bb8b /style.css | |
parent | 33e0212176b55c3b8784a4ba26c3a52583a458d3 (diff) | |
parent | d235993548b5da35412f9ea7a121a85beebb6855 (diff) |
Merge branch 'master-no_NB' into scs-no_NB
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; |