Website: Add icons for mobile/desktop

This commit is contained in:
fkloft
2013-12-02 20:44:31 +01:00
parent a392e5ec17
commit 6ffbc2e2de
4 changed files with 16 additions and 2 deletions

View File

@ -11,3 +11,17 @@ table tr.category_header {
table .description {
font-style: italic;
}
.icon-chevron-desktop,
.icon-chevron-mobile {
background-image: url("../img/glyphicons-devices.png");
background-position: 0 0;
}
.nav-list > .active > a > .icon-chevron-desktop,
.nav-list > .active > a > .icon-chevron-mobile
{
background-image: url("../img/glyphicons-devices-white.png");
}
.icon-chevron-mobile {
background-position: 0 -14px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B