Initial Commit

This commit is contained in:
root
2013-05-06 03:38:29 -04:00
commit d392a540e7
134 changed files with 22012 additions and 0 deletions

View File

@ -0,0 +1,6 @@
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.navbar .nav a > [class^="icon-"],
.navbar .nav a > [class*=" icon-"] {
background-image: url("@{iconWhiteSpritePath}");
}