diff options
| author | Mark Otto <[email protected]> | 2012-02-04 22:22:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-04 22:22:19 -0800 |
| commit | 7e81f84b29da8ba87fb4aefcc11946002ad9962c (patch) | |
| tree | 130579102ad3b46e6617c1427d99530af7444a95 /docs/assets/css | |
| parent | 81d1f3b96ea5c78d2e570c07c4c419a32a9b212c (diff) | |
| download | bootstrap-7e81f84b29da8ba87fb4aefcc11946002ad9962c.tar.xz bootstrap-7e81f84b29da8ba87fb4aefcc11946002ad9962c.zip | |
buttons and icons updated for improved placement and variable support for icon paths
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7d28ab36d..459e207b7 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1122,8 +1122,9 @@ table .span12 { display: inline-block; width: 14px; height: 14px; + line-height: 14px; vertical-align: text-top; - background-image: url(../img/glyphicons-halflings.png); + background-image: url("../img/glyphicons-halflings.png"); background-position: 14px 14px; background-repeat: no-repeat; *margin-right: .3em; @@ -1132,7 +1133,7 @@ table .span12 { *margin-left: 0; } .icon-white { - background-image: url(../img/glyphicons-halflings-white.png); + background-image: url("../img/glyphicons-halflings-white.png"); } .icon-glass { background-position: 0 0; @@ -1733,7 +1734,7 @@ table .span12 { -moz-border-radius: 5px; border-radius: 5px; } -.btn-large .icon { +.btn-large [class^="icon-"] { margin-top: 1px; } .btn-small { @@ -1741,7 +1742,7 @@ table .span12 { font-size: 11px; line-height: 16px; } -.btn-small .icon { +.btn-small [class^="icon-"] { margin-top: -1px; } .btn-primary, |
