summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-01-07 22:42:03 +0100
committerSiri Reiter <siri@jones.dk>2009-01-07 22:42:03 +0100
commita5dec33b94517691ec509f68b808fee55c7d067c (patch)
tree56ec230257c9367792c0c3444b664e5d28e981ce /local.css
parentdfd7c2cebffdbcc3853ff16448b21f1d95da72f2 (diff)
Style: pageinfo nicer
Diffstat (limited to 'local.css')
-rw-r--r--local.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/local.css b/local.css
index 4aa3f4da..f3f99b34 100644
--- a/local.css
+++ b/local.css
@@ -5,3 +5,13 @@ h1, h2, h3, h4, h5, h6 {
a:hover {
color: #00f;
}
+
+
+div#pageinfo {
+ margin: 15em 1em 1em;
+ padding: 1em 0 0;
+ border-top: 0;
+}
+div.actions ul {
+ border-bottom: 0;
+}