From 7ad236bac830b63662e9d9de00574a90846fd157 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 May 2016 01:41:05 +0200 Subject: reproducible: move navigation menu to the left. (this will be WIP for some timeā€¦) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userContent/reproducible/static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'userContent') diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index cb2bf2d0..4d882d1a 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -418,6 +418,15 @@ span.dangerous { color: orange; } padding-top: 0px; overflow: auto; } + .mainbody { + width: 80%; + float: left; + box-sizing: border-box; + border: none; + height: 100%; + padding: 0.5em; + overflow: auto; + } iframe#main { width: 80%; float: right; -- cgit v1.2.3-54-g00ecf