From cfbbd50adff68494bed8dbd584964d9f4c215b93 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 12 Feb 2013 19:32:51 +0100 Subject: layout: Add style for left info bar into css file --- style/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'style') diff --git a/style/style.css b/style/style.css index fc387dc..3e539d7 100644 --- a/style/style.css +++ b/style/style.css @@ -185,8 +185,18 @@ margin: 0 auto; border: 3px #983D3A solid; background: white; } + +#info { + width: 180px; + float: left; + font-size: 11px; + position: relative; + padding: 10px; + margin-left: -200px; + margin-right: 1px; +} + #page { - background: #FFFFFF; border-left: 200px solid white; font-size: 14px; /* -- cgit