Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
515e458c
Commit
515e458c
authored
Mar 24, 2014
by
Thomas Park
Browse files
Merge pull request #236 from instabledesign/gh-pages
Fix navbar button height
parents
28827e43
9a69be1b
Changes
3
Hide whitespace changes
Inline
Side-by-side
yeti/bootstrap.css
View file @
515e458c
...
...
@@ -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
;
}
...
...
yeti/bootstrap.min.css
View file @
515e458c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
yeti/bootswatch.less
View file @
515e458c
...
...
@@ -20,6 +20,11 @@
.box-shadow(none);
}
.btn {
padding-top: 6px;
padding-bottom: 6px;
}
.dropdown {
&-menu {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment