Merge "Display 'about' and 'license' icons on higher zooms"

This commit is contained in:
Jenkins 2015-09-18 16:02:34 +00:00 committed by Gerrit Code Review
commit 905b0c8f81

View File

@ -71,18 +71,19 @@
<small class="visible-lg visible-md">Admin</small>
</a>
</li>
<li class="nav-divider visible-xs"></li>
</ul>
<ul class="list-unstyled visible-md visible-lg">
<ul class="list-unstyled nav-stacked">
<li active-path="^\/page\/about.*$">
<a href="#!/page/about">
<i class="fa fa-question-circle visible-xs"></i>
<i class="fa fa-question-circle visible-xs text-center"></i>
<small class="hidden-xs">About</small>
</a>
</li>
<li>
<a href="http://www.apache.org/licenses/LICENSE-2.0"
target="_blank">
<i class="fa fa-exclamation-circle visible-xs"></i>
<i class="fa fa-exclamation-circle visible-xs text-center"></i>
<small class="hidden-xs">License</small>
</a>
</li>