Commit 33beb93e authored by Mark Otto's avatar Mark Otto
Browse files

new docs css for new icons

parent b82bc970
Showing with 5 additions and 1 deletion
+5 -1
...@@ -544,7 +544,11 @@ h2 + .row { ...@@ -544,7 +544,11 @@ h2 + .row {
width: 25%; width: 25%;
line-height: 25px; line-height: 25px;
} }
.the-icons i:hover { .the-icons [class^="icon-"] {
vertical-align: middle;
margin-right: 3px;
}
.the-icons li:hover [class^="icon-"] {
background-color: rgba(255,0,0,.25); background-color: rgba(255,0,0,.25);
} }
......
Supports Markdown
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