Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
67714d83
Commit
67714d83
authored
Mar 11, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove the unused text-indent on dropdown carets
parent
0f238832
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-3
less/dropdowns.less
less/dropdowns.less
+1
-5
No files found.
docs/assets/bootstrap.zip
View file @
67714d83
No preview for this file type
docs/assets/css/bootstrap.css
View file @
67714d83
...
@@ -1750,15 +1750,13 @@ table .span24 {
...
@@ -1750,15 +1750,13 @@ table .span24 {
display
:
inline-block
;
display
:
inline-block
;
width
:
0
;
width
:
0
;
height
:
0
;
height
:
0
;
text-indent
:
-99999px
;
*
text-indent
:
0
;
vertical-align
:
top
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#000000
;
border-top
:
4px
solid
#000000
;
opacity
:
0.3
;
opacity
:
0.3
;
filter
:
alpha
(
opacity
=
30
);
filter
:
alpha
(
opacity
=
30
);
content
:
"
\2193
"
;
content
:
""
;
}
}
.dropdown
.caret
{
.dropdown
.caret
{
margin-top
:
8px
;
margin-top
:
8px
;
...
...
less/dropdowns.less
View file @
67714d83
...
@@ -20,16 +20,12 @@
...
@@ -20,16 +20,12 @@
display: inline-block;
display: inline-block;
width: 0;
width: 0;
height: 0;
height: 0;
text-indent: -99999px;
// IE7 won't do the border trick if there's a text indent, but it doesn't
// do the content that text-indent is hiding, either, so we're ok.
*text-indent: 0;
vertical-align: top;
vertical-align: top;
border-left: 4px solid transparent;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid @black;
border-top: 4px solid @black;
.opacity(30);
.opacity(30);
content: "
\2193
";
content: "";
}
}
// Place the caret
// Place the caret
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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