Some performance improvements (recommended by Chromium audit tool)

This commit is contained in:
Xavier Guimard 2016-02-15 12:28:50 +00:00
parent 82e306346f
commit b78d3ae916
2 changed files with 2 additions and 3 deletions

View File

@ -197,7 +197,6 @@ dl,
min-height: 200px;
margin-top: 0;
border: 1px solid #ccc;
-webkit-box-shadow: none;
box-shadow: none;
}
#content {

View File

@ -5,8 +5,8 @@
<!-- XS buttons -->
<div class="navbar-header">
<span class="navbar-brand">
<img ng-click="home()" class="link hidden-xs" height="32px" src="<TMPL_VAR NAME="STATIC_PREFIX">logos/llng-logo-32.png"/>
<img ng-click="home()" class="link visible-xs" height="32px" src="<TMPL_VAR NAME="STATIC_PREFIX">logos/llng-icon-32.png"/>
<img ng-click="home()" class="link hidden-xs" width="88px" height="32px" src="<TMPL_VAR NAME="STATIC_PREFIX">logos/llng-logo-32.png"/>
<img ng-click="home()" class="link visible-xs" width="32px" height="32px" src="<TMPL_VAR NAME="STATIC_PREFIX">logos/llng-icon-32.png"/>
</span>
<button type="button" class="navbar-toggle" ng-click="showM=!showM">
<span class="sr-only">Toggle navigation</span>