diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-07-26 18:44:20 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-28 14:06:25 -0400 |
commit | 28e9066f2f5269c65a6936bebc3ba1e8cc0cfb2f (patch) | |
tree | dd569b74d8b931772601f1c9a30671a69893be47 /userContent | |
parent | f159c2dca7d3ef0ccccd55de9f1fda9e9047038c (diff) | |
download | jenkins.debian.net-28e9066f2f5269c65a6936bebc3ba1e8cc0cfb2f.tar.xz |
reproducible debian: breakout package page navigation into seperate template
Decoupling the mainbody and left navigation for package pages allows us to
dry up some of the logic and css between package pages and all other pages that
have a left navigation.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/static/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index e45cbf55..0ef764ea 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -459,7 +459,6 @@ span.dangerous { color: orange; } overflow: auto; } iframe#main { - width: 80%; float: right; } } |