mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 00:39:54 +00:00
icon spacing in small buttons and nav lists
This commit is contained in:
parent
d02c6957d4
commit
0fa6422918
7
docs/assets/css/bootstrap.css
vendored
7
docs/assets/css/bootstrap.css
vendored
@ -6,7 +6,7 @@
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Fri Jan 27 19:45:56 PST 2012
|
||||
* Date: Fri Jan 27 19:56:12 PST 2012
|
||||
*/
|
||||
article,
|
||||
aside,
|
||||
@ -1673,6 +1673,9 @@ table .span12 {
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
||||
background-color: #0088cc;
|
||||
}
|
||||
.nav.list .icon {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.tabs, .pills {
|
||||
*zoom: 1;
|
||||
}
|
||||
@ -2655,7 +2658,7 @@ table .span12 {
|
||||
line-height: 16px;
|
||||
}
|
||||
.btn.small .icon {
|
||||
margin-top: -2px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
button.btn, input[type=submit].btn {
|
||||
*padding-top: 2px;
|
||||
|
@ -107,7 +107,7 @@
|
||||
line-height: @baseLineHeight - 2px;
|
||||
}
|
||||
&.small .icon {
|
||||
margin-top: -2px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -54,6 +54,9 @@
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
|
||||
background-color: @linkColor;
|
||||
}
|
||||
.nav.list .icon {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user