summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-04-01 01:49:49 +0200
committerSiri Reiter <siri@jones.dk>2010-04-01 01:49:49 +0200
commitfe47335ec0298e5c63a0d1d48f5847d6f4477521 (patch)
treee90a9108a945e4836de027c129bd777a4118fbfc
parentcb1fc3f297a8bf7138ff0491968b0cfa9c361b49 (diff)
Hide tags.
-rw-r--r--local.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/local.css b/local.css
index d31f81d..cfeb287 100644
--- a/local.css
+++ b/local.css
@@ -78,12 +78,18 @@ DIV#content {
max-width: 40em;
padding: 0;
}
+
DIV#content IMG {
display: block;
clear: both;
float: left;
margin: 0 25px 25px -250px;
}
+
+DIV.tags {
+ display: none;
+}
+
div#pageinfo {
margin: 15em 1em 1em;
padding: 1em 0 0;