diff options
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r-- | paper/bootswatch.less | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/paper/bootswatch.less b/paper/bootswatch.less index 6335e16e..b3d368fd 100644 --- a/paper/bootswatch.less +++ b/paper/bootswatch.less @@ -28,10 +28,6 @@ } } } - - &-nav > li > .dropdown-menu { - margin-top: 2px; - } } // Buttons ==================================================================== @@ -422,6 +418,7 @@ input[type="checkbox"], } .dropdown-menu { + margin-top: 0; border: none; .box-shadow(0 1px 4px rgba(0,0,0,.3)); } |