Skip to content

Commit

Permalink
spacelab: navbar-search bottom margin set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Aug 21, 2012
1 parent 8bbd575 commit 3a09fbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions spacelab/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4243,6 +4243,7 @@ a.badge:hover {
}
.navbar .navbar-search .search-query,
.navbar .navbar-search .search-query:hover {
margin-bottom: 0;
color: #999999;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
Expand Down
2 changes: 1 addition & 1 deletion spacelab/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions spacelab/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

.navbar-search .search-query,
.navbar-search .search-query:hover {
margin-bottom: 0;
color: @grayLight;
.placeholder(@grayLight);
.box-shadow(inset 0 1px 2px rgba(0, 0, 0, 0.5));
Expand Down

0 comments on commit 3a09fbc

Please sign in to comment.