diff options
Diffstat (limited to 'pyaggr3g470r/static/css/customized-bootstrap.css')
-rw-r--r-- | pyaggr3g470r/static/css/customized-bootstrap.css | 20 |
1 files changed, 20 insertions, 0 deletions
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; |