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
43f1a42f
Commit
43f1a42f
authored
13 years ago
by
Pete Hopkins
Browse files
Options
Download
Email Patches
Plain Diff
Adds necessary ie7-inline-block macros
parent
7b31f4a3
4 merge requests
!1475
2.0 wip
,
!1403
warningText and warningBackground docs fix
,
!1351
2.0 wip - relative font sizes
,
!1312
[2.0-wip] IE7/8 fixes for components.html
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/button-groups.less
+1
-0
less/button-groups.less
less/forms.less
+1
-0
less/forms.less
with
2 additions
and
0 deletions
+2
-0
less/button-groups.less
+
1
-
0
View file @
43f1a42f
...
...
@@ -17,6 +17,7 @@
.btn-toolbar {
.btn-group {
display: inline-block;
.ie7-inline-block;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
0
View file @
43f1a42f
...
...
@@ -377,6 +377,7 @@ select:focus:required:invalid {
.help-inline {
display: inline-block;
.ie7-inline-block;
margin-bottom: 9px;
vertical-align: middle;
padding-left: 5px;
...
...
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