diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-14 01:41:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-14 01:41:05 +0200 |
commit | 7ad236bac830b63662e9d9de00574a90846fd157 (patch) | |
tree | 5f86b5cf3db0fb84faacde0ab1c70e2262ef3726 /userContent | |
parent | fc09aad8fcb2563c9cdddc86d06282fdef3c3bed (diff) | |
download | jenkins.debian.net-7ad236bac830b63662e9d9de00574a90846fd157.tar.xz |
reproducible: move navigation menu to the left. (this will be WIP for some time…)
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/static/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; |