aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-26 19:35:39 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-26 19:35:39 +0000
commitbb0260c8342c30f86bcf04916f18117da48f3c87 (patch)
treee9d34cad5626d4396a01ffef967594ce5b1370e1 /doc/style.css
parentfe52c28bd660013563c55574bddfac28d132b8b9 (diff)
downloadikiwiki-bb0260c8342c30f86bcf04916f18117da48f3c87.tar
ikiwiki-bb0260c8342c30f86bcf04916f18117da48f3c87.tar.gz
add margin around tags
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/style.css b/doc/style.css
index 929934927..e414736ff 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -39,16 +39,20 @@
clear: both;
}
-#footer {
- clear: both;
+#tags {
margin: 1em 0;
- border-top: 1px solid #000;
}
#backlinks {
margin: 1em 0;
}
+#footer {
+ clear: both;
+ margin: 1em 0;
+ border-top: 1px solid #000;
+}
+
#searchform {
display: inline;
float: right;