diff options
| author | Mark Otto <[email protected]> | 2012-01-30 22:57:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 22:57:00 -0800 |
| commit | 47a68ae3aa8cad828eebe529403b46210c9d9d16 (patch) | |
| tree | ee3f69dcf75ec9349b8237054cc9b7afcf20a93b /docs/assets/css/docs.css | |
| parent | 31911659a200d39d8494f35f8fd71863ac1226d0 (diff) | |
| download | bootstrap-47a68ae3aa8cad828eebe529403b46210c9d9d16.tar.xz bootstrap-47a68ae3aa8cad828eebe529403b46210c9d9d16.zip | |
update icons everywhere to be scoped per other components, fix broken elements on js docs page
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a5ad9631a..7b6e4ef3a 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -564,14 +564,14 @@ form.well { .the-icons { margin-bottom: 18px; } -.the-icons i { +.the-icons .i { display: block; margin-bottom: 5px; } -.the-icons i:hover { +.the-icons .i:hover { background-color: rgba(255,0,0,.25); } -.the-icons i:after { +.the-icons .i:after { display: block; content: attr(class); font-style: normal; |
