summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-01 22:08:19 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-01 22:08:19 +0200
commit25e4144932b581c4da73b58e269159b58b49108c (patch)
tree632f8067ee66596e525e93de76a16c4c1be8e99f /style.css
parentab431253895db1f729a5b14944791a2aed7a53c4 (diff)
parent08184b4275de1db66ad5da4c9245772f18af86c8 (diff)
Merge branch 'master' into scs
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/style.css b/style.css
index b985079..0e3bfb3 100644
--- a/style.css
+++ b/style.css
@@ -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;