diff options
| author | Mark Otto <[email protected]> | 2014-09-17 21:56:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-17 21:56:27 -0700 |
| commit | 47bef3c6a03cd30e06edfa2737ce6c7ab3dbe44c (patch) | |
| tree | 63aabea01d484d269e96f50aeb2c3f0a37ee1ac0 /less/_dropdown.less | |
| parent | 44f948ad53c3d0c31306cf52ca1c6f8f9b7f601e (diff) | |
| download | bootstrap-47bef3c6a03cd30e06edfa2737ce6c7ab3dbe44c.tar.xz bootstrap-47bef3c6a03cd30e06edfa2737ce6c7ab3dbe44c.zip | |
more media query mixins
Diffstat (limited to 'less/_dropdown.less')
| -rw-r--r-- | less/_dropdown.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/_dropdown.less b/less/_dropdown.less index 6ccd7566c..a4bd721e4 100644 --- a/less/_dropdown.less +++ b/less/_dropdown.less @@ -192,7 +192,7 @@ // // Reiterate per navbar.less and the modified component alignment there. -@media (min-width: @grid-float-breakpoint) { +.media-sm({ .navbar-right { .dropdown-menu { .dropdown-menu-right(); @@ -203,4 +203,4 @@ .dropdown-menu-left(); } } -} +}); |
