Commit 2eedf60d authored by Mark Otto's avatar Mark Otto

write out icon classes explicitly to enable find via browser

parent b327420e
...@@ -543,28 +543,12 @@ form.well { ...@@ -543,28 +543,12 @@ form.well {
/* Icons /* Icons
------------------------- */ ------------------------- */
.the-icons { .the-icons {
margin-bottom: 18px; margin-left: 0;
} list-style: none;
.the-icons i {
display: block;
margin-bottom: 5px;
} }
.the-icons i:hover { .the-icons i:hover {
background-color: rgba(255,0,0,.25); 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 /* Eaxmples page
------------------------- */ ------------------------- */
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment