Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
81d1f3b9
Commit
81d1f3b9
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove max-width on dropdown menus
parent
9259e24f
2 merge requests
!1882
[2.0.1-wip] black/dark button
,
!1894
[2.0.1 wip] -- fixing Issue #1893 - removing hardcoded color border from <hr/>
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+0
-1
docs/assets/css/bootstrap.css
less/dropdowns.less
+0
-1
less/dropdowns.less
with
0 additions
and
2 deletions
+0
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
81d1f3b9
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
0
-
1
View file @
81d1f3b9
...
@@ -1533,7 +1533,6 @@ table .span12 {
...
@@ -1533,7 +1533,6 @@ table .span12 {
float
:
left
;
float
:
left
;
display
:
none
;
display
:
none
;
min-width
:
160px
;
min-width
:
160px
;
max-width
:
220px
;
_width
:
160px
;
_width
:
160px
;
padding
:
4px
0
;
padding
:
4px
0
;
margin
:
0
;
margin
:
0
;
...
...
This diff is collapsed.
Click to expand it.
less/dropdowns.less
+
0
-
1
View file @
81d1f3b9
...
@@ -46,7 +46,6 @@
...
@@ -46,7 +46,6 @@
float: left;
float: left;
display: none; // none by default, but block on "open" of the menu
display: none; // none by default, but block on "open" of the menu
min-width: 160px;
min-width: 160px;
max-width: 220px;
_width: 160px;
_width: 160px;
padding: 4px 0;
padding: 4px 0;
margin: 0; // override default ul
margin: 0; // override default ul
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets