diff options
| author | Mark Otto <[email protected]> | 2012-02-11 00:07:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 00:07:05 -0800 |
| commit | 722c75d1b19fbb9ed98be0afa54f4f79c9f7ee48 (patch) | |
| tree | 31d5058ebb951d784544e50b677209eb51e63828 /docs/assets/css | |
| parent | a63663a3b6309e98068a79b863b0f77031e5035e (diff) | |
| download | bootstrap-722c75d1b19fbb9ed98be0afa54f4f79c9f7ee48.tar.xz bootstrap-722c75d1b19fbb9ed98be0afa54f4f79c9f7ee48.zip | |
update selectors for icons to include matcher for icon class in middle of class attr, remove docs mention of requiring icon-* first
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9f0420b5b..d4d311b20 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1128,7 +1128,7 @@ table .span12 { width: 924px; margin-left: 0; } -[class^="icon-"] { +[class^="icon-"], [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; @@ -1139,7 +1139,7 @@ table .span12 { background-repeat: no-repeat; *margin-right: .3em; } -[class^="icon-"]:last-child { +[class^="icon-"]:last-child, [class*=" icon-"]:last-child { *margin-left: 0; } .icon-white { |
