Skip to content

Commit

Permalink
Fix broke ass navbar example docs stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 27, 2013
1 parent 44a4e71 commit 4e27740
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,9 @@ body {
}

/* Navbar examples */
.bs-example .navbar:last-child {
margin-bottom: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
z-index: 1;
Expand All @@ -454,7 +457,7 @@ body {
}
.bs-navbar-top-example:after {
top: auto;
bottom: -1px;
bottom: 15px;
-webkit-border-radius: 0 4px 0 4px;
-moz-border-radius: 0 4px 0 4px;
border-radius: 0 4px 0 4px;
Expand Down

0 comments on commit 4e27740

Please sign in to comment.