aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-12 02:44:24 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-12 02:44:24 +0200
commit4eebebc6c808280d62c2c8f420c94b5059bb9ab4 (patch)
tree52694e4a0dc2b00b70946e4376160dee993af0c5
parentc63928f911753ad98937080c102e6485d7416850 (diff)
downloadpelican-themes-master.zip
pelican-themes-master.tar.gz
pelican-themes-master.tar.bz2
Move content below the navbar if no Javascript is availableHEADmaster
-rw-r--r--pelican-bootstrap3/static/css/noscript.css11
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;
+}