Skip to content

Commit

Permalink
pulled 'inline-block' from li.menu to .dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperp committed Oct 23, 2011
1 parent fa7ad81 commit 3144025
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bootstrap.css
Original file line number Diff line number Diff line change
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: Sun Oct 23 13:02:04 CEST 2011
* Date: Sun Oct 23 19:48:04 CEST 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 @@ -1496,6 +1496,8 @@ table .headerSortUp.purple, table .headerSortDown.purple {
}
li.menu, .dropdown {
position: relative;
}
.dropdown {
display: inline-block;
}
a.menu:after, .dropdown-toggle:after {
Expand Down
3 changes: 2 additions & 1 deletion bootstrap.min.css

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

4 changes: 4 additions & 0 deletions lib/patterns.less
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,12 @@
li.menu,
.dropdown {
position: relative;
}

.dropdown {
display: inline-block;
}

// The link that is clicked to toggle the dropdown
// a.menu for backwards compatibility
a.menu:after,
Expand Down

0 comments on commit 3144025

Please sign in to comment.