From f54b26aa71d9b3b7d240e21c6b671bfc618d4250 Mon Sep 17 00:00:00 2001 From: fakedarren Date: Sun, 29 Apr 2012 12:40:37 +0100 Subject: [PATCH] Fixed header, different font --- assets/css/bootstrap.css | 3 ++- assets/less/navbar.less | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/css/bootstrap.css b/assets/css/bootstrap.css index ef94e36..0fb878a 100644 --- a/assets/css/bootstrap.css +++ b/assets/css/bootstrap.css @@ -2955,6 +2955,7 @@ input[type="submit"].btn.btn-mini { .navbar { *position: relative; *z-index: 2; + font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; overflow: visible; margin-bottom: 18px; } @@ -3086,7 +3087,7 @@ input[type="submit"].btn.btn-mini { } .navbar-fixed-top, .navbar-fixed-bottom { - position: fixed; + position: absolute; right: 0; left: 0; z-index: 1030; diff --git a/assets/less/navbar.less b/assets/less/navbar.less index f883687..913611c 100644 --- a/assets/less/navbar.less +++ b/assets/less/navbar.less @@ -10,6 +10,7 @@ *position: relative; *z-index: 2; + font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; overflow: visible; margin-bottom: @baseLineHeight; } @@ -149,7 +150,7 @@ // Shared (top/bottom) styles .navbar-fixed-top, .navbar-fixed-bottom { - position: fixed; + position: absolute; right: 0; left: 0; z-index: @zindexFixedNavbar;