Skip to content

Commit

Permalink
more tweaks to the buttons layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Oct 26, 2011
1 parent bc8f63e commit 6e867e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion bootstrap.css
Expand Up @@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Tue Oct 25 21:02:20 PDT 2011
* Date: Wed Oct 26 15:52:05 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
Expand Down Expand Up @@ -1596,6 +1596,7 @@ a.menu:after, .dropdown-toggle:after {
}
.btn-dropdown {
display: inline-block;
*display: inline;
}
.btn-dropdown .dropdown-toggle {
padding-right: 11px;
Expand Down Expand Up @@ -1626,6 +1627,7 @@ a.menu:after, .dropdown-toggle:after {
}
.btn-dropdown .dropdown-menu {
top: 29px;
*top: 30px;
border-width: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Expand Down
4 changes: 2 additions & 2 deletions bootstrap.min.css

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

2 changes: 2 additions & 0 deletions lib/patterns.less
Expand Up @@ -325,6 +325,7 @@ a.menu:after,
// Wrap the buttons in linline-block for same-line rendering
.btn-dropdown {
display: inline-block;
*display: inline;
}

// Define different toggle styles (colors, borders, margin and padding) for dropdown buttons
Expand Down Expand Up @@ -362,6 +363,7 @@ a.menu:after,
// Positioning and border adjustments
.btn-dropdown .dropdown-menu {
top: 29px;
*top: 30px;
border-width: 1px;
.border-radius(4px);
}
Expand Down

0 comments on commit 6e867e4

Please sign in to comment.