From 9275e6caf9fb911e59e3f90f1ce31ad640a31202 Mon Sep 17 00:00:00 2001
From: Siri Reiter <siri@jones.dk>
Date: Sat, 16 Apr 2011 18:28:00 +0200
Subject: Style: Inline page: Fix padding (add colon to CSS-code) and set
 header to normal font-weight.

---
 local.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'local.css')

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;
 }
-- 
cgit v1.2.3