write out icon classes explicitly to enable find via browser

This commit is contained in:
Mark Otto
2012-02-11 22:34:41 -08:00
parent b327420e52
commit 2eedf60d62
4 changed files with 258 additions and 282 deletions

View File

@@ -543,28 +543,12 @@ form.well {
/* Icons
------------------------- */
.the-icons {
margin-bottom: 18px;
}
.the-icons i {
display: block;
margin-bottom: 5px;
margin-left: 0;
list-style: none;
}
.the-icons i:hover {
background-color: rgba(255,0,0,.25);
}
.the-icons i:after {
display: block;
content: attr(class);
font-style: normal;
margin-left: 20px;
width: 140px;
}
#javascript input[type=checkbox] {
position: relative;
top: -1px;
display: inline;
margin-left: 6px;
}
/* Eaxmples page
------------------------- */