Skip to content

Commit 32555bc

Browse files
committed
Fixed navbar floats
Also minor formatting tweaks
1 parent 1964331 commit 32555bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stylus/navbar.styl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,12 @@
321321
//
322322
// Declared after the navbar components to ensure more specificity on the margins.
323323

324-
@media (min-width: $grid-float-breakpoint)
324+
@media (min-width $grid-float-breakpoint)
325325
.navbar-left
326-
pull-left()
326+
@extends .pull-left
327327

328328
.navbar-right
329-
pull-right();
329+
@extends .pull-right
330330
margin-right -($navbar-padding-horizontal)
331331

332332
~ .navbar-right

0 commit comments

Comments
 (0)