Skip to content

Commit 3144025

Browse files
committed
pulled 'inline-block' from li.menu to .dropdown
1 parent fa7ad81 commit 3144025

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

bootstrap.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Sun Oct 23 13:02:04 CEST 2011
9+
* Date: Sun Oct 23 19:48:04 CEST 2011
1010
*/
1111
/* Reset.less
1212
* 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).
@@ -1496,6 +1496,8 @@ table .headerSortUp.purple, table .headerSortDown.purple {
14961496
}
14971497
li.menu, .dropdown {
14981498
position: relative;
1499+
}
1500+
.dropdown {
14991501
display: inline-block;
15001502
}
15011503
a.menu:after, .dropdown-toggle:after {

bootstrap.min.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/patterns.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,12 @@
219219
li.menu,
220220
.dropdown {
221221
position: relative;
222+
}
223+
224+
.dropdown {
222225
display: inline-block;
223226
}
227+
224228
// The link that is clicked to toggle the dropdown
225229
// a.menu for backwards compatibility
226230
a.menu:after,

0 commit comments

Comments
 (0)