Fix navbar-toggle after commit bbee78b30b

The following commit introduced an issue with the navbar toggle placement:
bbee78b30b
This commit is contained in:
Robert Burns 2013-04-28 20:45:42 -04:00
parent 5edfdc02f2
commit c087e383ed
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
// Collapsible navbar toggle // Collapsible navbar toggle
.navbar-toggle { .navbar-toggle {
position: absolute; position: absolute;
top: 18px; top: 10px;
right: 10px; right: 10px;
padding: 8px 12px; padding: 8px 12px;
background-color: transparent; background-color: transparent;