summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2011-04-16 18:28:00 +0200
committerSiri Reiter <siri@jones.dk>2011-04-16 18:28:00 +0200
commit9275e6caf9fb911e59e3f90f1ce31ad640a31202 (patch)
tree4489c366c58959e5e19cdea580c2e32d2708126e
parentd5a14ac7fce3c8d3647f06cc73136b18ab473273 (diff)
Style: Inline page: Fix padding (add colon to CSS-code) and set header to normal font-weight.
-rw-r--r--local.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/local.css b/local.css
index 8928eb5..0ef8146 100644
--- a/local.css
+++ b/local.css
@@ -106,12 +106,16 @@ DIV#content IMG {
DIV.inlinepage {
border: 0;
- padding 1em 0;
+ padding: 1em 0;
min-height: 100px;
clear: both;
overflow: visible;
}
+DIV.inlineheader A {
+ font-weight: normal;
+}
+
DIV.inlinepage .tags {
display: none;
}