From 8127f0c9092e618844a6b11eb6074709d21e4ba6 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Fri, 1 Oct 2010 12:33:42 +0200 Subject: Style: 15% height for inline icons. Background colour, margin and padding for inline pages. --- local.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index 3132eef0..8c895981 100644 --- a/local.css +++ b/local.css @@ -205,15 +205,18 @@ DIV.notebox p { } DIV.inlinepage { + color: lightblue; + margin: 1em 0; border: 0; border-style: none none solid; border-width: 1px; - padding: 0; + padding: 1 em; } DIV.inlinepage IMG.icon { margin-right: 0; padding: 1%; + height: 15%; width: 15%; } -- cgit v1.2.3