aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/static/css/customized-bootstrap.css
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-01 23:02:50 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-01 23:02:50 +0200
commitf4e9d50967e03dc2aa24f9c16ac9d2afc4d98223 (patch)
treebb424d07c9dd5257ffc9fcf3f4917057c5c06da2 /pyaggr3g470r/static/css/customized-bootstrap.css
parentBugfix. (diff)
downloadnewspipe-f4e9d50967e03dc2aa24f9c16ac9d2afc4d98223.tar.gz
newspipe-f4e9d50967e03dc2aa24f9c16ac9d2afc4d98223.tar.bz2
newspipe-f4e9d50967e03dc2aa24f9c16ac9d2afc4d98223.zip
Misc improvements to the CSS.
Diffstat (limited to 'pyaggr3g470r/static/css/customized-bootstrap.css')
-rw-r--r--pyaggr3g470r/static/css/customized-bootstrap.css20
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;
bgstack15