Website: Add icons for mobile/desktop
This commit is contained in:
parent
a392e5ec17
commit
6ffbc2e2de
@ -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;
|
||||
}
|
||||
|
BIN
website/assets/img/glyphicons-devices-white.png
Normal file
BIN
website/assets/img/glyphicons-devices-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 848 B |
BIN
website/assets/img/glyphicons-devices.png
Normal file
BIN
website/assets/img/glyphicons-devices.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 238 B |
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user