summaryrefslogtreecommitdiff
path: root/paper/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-04-23 23:07:37 -0400
committerThomas Park <thomas@thomaspark.co>2015-04-23 23:07:37 -0400
commit044953d45f03216e6e4295cb94ab1d1315a24eea (patch)
treee20a954b911de84f04fbe16d2b0a9d0fbc758084 /paper/bootstrap.css
parentb2e7fb8621615ad501694e99e148c7eeb3a6ce43 (diff)
paper: remove margin-top on dropdown menus, closes #445
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r--paper/bootstrap.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/paper/bootstrap.css b/paper/bootstrap.css
index ed5a7a0a..d9ef3d1f 100644
--- a/paper/bootstrap.css
+++ b/paper/bootstrap.css
@@ -6606,9 +6606,6 @@ button.close {
-webkit-box-shadow: inset 0 -2px 0 #ffffff;
box-shadow: inset 0 -2px 0 #ffffff;
}
-.navbar-nav > li > .dropdown-menu {
- margin-top: 2px;
-}
.btn-default {
-webkit-background-size: 200% 200%;
background-size: 200%;
@@ -7149,6 +7146,7 @@ input[type="checkbox"]:disabled:checked:after,
margin-top: 0;
}
.dropdown-menu {
+ margin-top: 0;
border: none;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);