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/base-css.html | |
| 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/base-css.html')
| -rw-r--r-- | docs/base-css.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index ac260bffb..c0ad882a5 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1515,10 +1515,6 @@ For example, <code>section</code> should be wrapped as inline. <i class="icon-search icon-white"></i> </pre> <p>There are 120 classes to choose from for your icons. Just add an <code><i></code> tag with the right classes and you're set. You can find the full list in <strong>sprites.less</strong> or right here in this document.</p> - <div class="alert alert-info"> - <strong>Heads up!</strong> - The <code>.icon-</code> class must be listed first in the class tag for proper CSS targeting. - </div> </div> <div class="span4"> <h3>Use cases</h3> |
