summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index ab8c945..a1b2794 100644
--- a/index.php
+++ b/index.php
@@ -113,16 +113,16 @@
<ul class="nav navbar-nav navbar-right">
<li><a href="#" title="Refresh script cache" onclick="return cache_refresh(true)">
- <span class="glyphicon glyphicon-refresh"></span> <span class='hidden-md hidden-lg'>Refresh script cache</span></a></li>
+ <span class="glyphicon glyphicon-refresh"></span> <span class='hidden-sm hidden-md hidden-lg'>Refresh script cache</span></a></li>
</li>
<?php if ($mode !== "favorites") { ?>
<li><a href="logout.php" title="Log out">
- <span class="glyphicon glyphicon-log-out"></span> <span class='hidden-md hidden-lg'>Log out</span>
+ <span class="glyphicon glyphicon-log-out"></span> <span class='hidden-sm hidden-md hidden-lg'>Log out</span>
</a></li>
<?php } ?>
<?php if ($mode == "favorites") { ?>
<li><a href="#" onclick="offline_get_all()" title="Download all">
- <span class="glyphicon glyphicon-download-alt text-primary"></span> <span class='hidden-md hidden-lg'>Download all</span>
+ <span class="glyphicon glyphicon-download-alt text-primary"></span> <span class='hidden-sm hidden-md hidden-lg'>Download all</span>
</a></li>
<?php } ?>
</ul>