0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

icon spacing in small buttons and nav lists

This commit is contained in:
Mark Otto 2012-01-27 19:57:53 -08:00
parent d02c6957d4
commit 0fa6422918
3 changed files with 9 additions and 3 deletions

View File

@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Designed and built with all the love in the world @twitter by @mdo and @fat. * 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, article,
aside, aside,
@ -1673,6 +1673,9 @@ table .span12 {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc; background-color: #0088cc;
} }
.nav.list .icon {
margin-right: 2px;
}
.tabs, .pills { .tabs, .pills {
*zoom: 1; *zoom: 1;
} }
@ -2655,7 +2658,7 @@ table .span12 {
line-height: 16px; line-height: 16px;
} }
.btn.small .icon { .btn.small .icon {
margin-top: -2px; margin-top: -1px;
} }
button.btn, input[type=submit].btn { button.btn, input[type=submit].btn {
*padding-top: 2px; *padding-top: 2px;

View File

@ -107,7 +107,7 @@
line-height: @baseLineHeight - 2px; line-height: @baseLineHeight - 2px;
} }
&.small .icon { &.small .icon {
margin-top: -2px; margin-top: -1px;
} }
} }

View File

@ -54,6 +54,9 @@
text-shadow: 0 -1px 0 rgba(0,0,0,.2); text-shadow: 0 -1px 0 rgba(0,0,0,.2);
background-color: @linkColor; background-color: @linkColor;
} }
.nav.list .icon {
margin-right: 2px;
}