From f4e9d50967e03dc2aa24f9c16ac9d2afc4d98223 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 1 Apr 2015 23:02:50 +0200 Subject: Misc improvements to the CSS. --- pyaggr3g470r/static/css/customized-bootstrap.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'pyaggr3g470r/static/css/customized-bootstrap.css') diff --git a/pyaggr3g470r/static/css/customized-bootstrap.css b/pyaggr3g470r/static/css/customized-bootstrap.css index b8222548..9b3c4bec 100644 --- a/pyaggr3g470r/static/css/customized-bootstrap.css +++ b/pyaggr3g470r/static/css/customized-bootstrap.css @@ -1,3 +1,23 @@ +body { + margin-top: 50px; +} +div.top { + position: relative; + top: -50px; + display: block; + height: 0; +} +/*ul.affix { + position: fixed; + top: 0px; +} +ul.affix-top { + position: static; +} +ul.affix-bottom { + position: absolute; +}*/ + .navbar-custom { background-color: #205081; border: #205081; -- cgit