Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed header, different font
  • Loading branch information
fakedarren committed Apr 29, 2012
1 parent fdb718a commit f54b26a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/css/bootstrap.css
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
Expand Down
3 changes: 2 additions & 1 deletion assets/less/navbar.less
Expand Up @@ -10,6 +10,7 @@
*position: relative;
*z-index: 2;

font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
overflow: visible;
margin-bottom: @baseLineHeight;
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit f54b26a

Please sign in to comment.