summaryrefslogtreecommitdiff
path: root/yeti/bootstrap.css
diff options
context:
space:
mode:
authorAnthony <instabledesign@gmail.com>2014-03-24 13:45:30 +0100
committerAnthony <instabledesign@gmail.com>2014-03-24 13:45:30 +0100
commit9a69be1b4e3e66eadcfa40934f56f8154b4e6e05 (patch)
tree3842b017acb0eaa5870d708964233bafe9dc4531 /yeti/bootstrap.css
parent28827e439b4543149ed8edc540802b61c8533f9d (diff)
Fix navbar button height
Diffstat (limited to 'yeti/bootstrap.css')
-rw-r--r--yeti/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/yeti/bootstrap.css b/yeti/bootstrap.css
index a5d80469..821bc951 100644
--- a/yeti/bootstrap.css
+++ b/yeti/bootstrap.css
@@ -5712,6 +5712,10 @@ button.close {
-webkit-box-shadow: none;
box-shadow: none;
}
+.navbar .btn {
+ padding-top: 6px;
+ padding-bottom: 6px;
+}
.navbar .dropdown-menu {
border: none;
}