tweaks abound, updated prettify styles, new sidenav component started, sprite icons started

This commit is contained in:
Mark Otto
2012-01-05 01:34:14 -08:00
parent 553030ca7d
commit fb9401b355
12 changed files with 809 additions and 33 deletions

View File

@@ -330,6 +330,24 @@ h2 + table {
position: relative;
}
/* Icons
------------------------- */
.the-icons {
}
.the-icons i {
display: block;
margin-bottom: 5px;
background-color: rgba(255,0,0,.25);
}
.the-icons i:after {
display: block;
content: attr(class);
font-style: normal;
margin-left: 20px;
width: 100px;
}
/* Responsive Docs
-------------------------------------------------- */