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
5a28bd1e
Commit
5a28bd1e
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix vertical align issue with labels in IE9
parent
ee5d2ec9
1 merge request
!1952
Tabulation navigation with Typeahead
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
+1
-0
docs/assets/css/bootstrap.css
less/labels.less
+1
-0
less/labels.less
with
2 additions
and
0 deletions
+2
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
5a28bd1e
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
0
View file @
5a28bd1e
...
...
@@ -3541,6 +3541,7 @@ a.thumbnail:hover {
font-weight
:
bold
;
line-height
:
13px
;
color
:
#ffffff
;
vertical-align
:
middle
;
white-space
:
nowrap
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#999999
;
...
...
This diff is collapsed.
Click to expand it.
less/labels.less
+
1
-
0
View file @
5a28bd1e
...
...
@@ -8,6 +8,7 @@
font-weight: bold;
line-height: 13px; // ensure proper line-height if floated
color: @white;
vertical-align: middle;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: @grayLight;
...
...
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