Skip to content
GitLab
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
1fa42e2f
Commit
1fa42e2f
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix ie7 breadcrumbs per
#2224
parent
235811cd
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
+4
-0
docs/assets/css/bootstrap.css
less/breadcrumbs.less
+1
-0
less/breadcrumbs.less
with
5 additions
and
0 deletions
+5
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
1fa42e2f
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
4
-
0
View file @
1fa42e2f
...
@@ -2882,6 +2882,10 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
...
@@ -2882,6 +2882,10 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
}
}
.breadcrumb
li
{
.breadcrumb
li
{
display
:
inline-block
;
display
:
inline-block
;
*
display
:
inline
;
/* IE7 inline-block hack */
*
zoom
:
1
;
text-shadow
:
0
1px
0
#ffffff
;
text-shadow
:
0
1px
0
#ffffff
;
}
}
.breadcrumb
.divider
{
.breadcrumb
.divider
{
...
...
This diff is collapsed.
Click to expand it.
less/breadcrumbs.less
+
1
-
0
View file @
1fa42e2f
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
.box-shadow(inset 0 1px 0 @white);
.box-shadow(inset 0 1px 0 @white);
li {
li {
display: inline-block;
display: inline-block;
.ie7-inline-block();
text-shadow: 0 1px 0 @white;
text-shadow: 0 1px 0 @white;
}
}
.divider {
.divider {
...
...
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