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

View File

@ -102,8 +102,8 @@ $pages = Array (
'home' => '<i class="icon-home"></i> Home',
'news' => '<i class="icon-list"></i> News',
'faq' => '<i class="icon-question-sign"></i> FAQ',
'desktop' => '<i class="icon-chevron-right"></i> Desktop',
'mobile' => '<i class="icon-chevron-right"></i> Mobile',
'desktop' => '<i class="icon-chevron-desktop"></i> Desktop',
'mobile' => '<i class="icon-chevron-mobile"></i> Mobile',
'test' => '<i class="icon-wrench"></i> Test Builds',
'developer' => '<i class="icon-cog"></i> Developers',
'about' => '<i class="icon-info-sign"></i> About',