diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-08-12 02:44:24 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-08-12 02:44:24 +0200 |
commit | 4eebebc6c808280d62c2c8f420c94b5059bb9ab4 (patch) | |
tree | 52694e4a0dc2b00b70946e4376160dee993af0c5 | |
parent | c63928f911753ad98937080c102e6485d7416850 (diff) | |
download | pelican-themes-master.zip pelican-themes-master.tar.gz pelican-themes-master.tar.bz2 |
-rw-r--r-- | pelican-bootstrap3/static/css/noscript.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/pelican-bootstrap3/static/css/noscript.css b/pelican-bootstrap3/static/css/noscript.css index 47f2aed..0e251a2 100644 --- a/pelican-bootstrap3/static/css/noscript.css +++ b/pelican-bootstrap3/static/css/noscript.css @@ -5,6 +5,15 @@ .dropdown-menu { display: block; - position: relative; + position: static; float: none; } + +.navbar { + position: static; + margin-bottom: 0px; +} + +body { + padding-top: 0px; +} |