diff options
| author | Mark Otto <[email protected]> | 2012-01-31 13:16:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-31 13:16:11 -0800 |
| commit | cfc1c8a8cd69e86dc70a48766cd7cd318537dee3 (patch) | |
| tree | 10b6b83955ed58dbf83d67f4e56a7adb7cdf2028 /docs/assets/css/bootstrap.css | |
| parent | 09b9b8a586edf7463bb3bb0a88d29e5e41f4e4a5 (diff) | |
| download | bootstrap-cfc1c8a8cd69e86dc70a48766cd7cd318537dee3.tar.xz bootstrap-cfc1c8a8cd69e86dc70a48766cd7cd318537dee3.zip | |
clean up responsive media queries and docs css
Diffstat (limited to 'docs/assets/css/bootstrap.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 7d519a608..7babce5eb 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1112,7 +1112,7 @@ table .span12 { width: 924px; margin-left: 0; } -[class*="icon-"] { +[class^="icon-"] { display: inline-block; width: 14px; height: 14px; @@ -1122,7 +1122,7 @@ table .span12 { background-repeat: no-repeat; *margin-right: .3em; } -[class*="icon-"]:last-child { +[class^="icon-"]:last-child { *margin-left: 0; } .icon-white { |
