Fix favicon.

This commit is contained in:
Gunther Brunner
2015-06-18 16:03:57 +09:00
parent 654b5cf388
commit e66e64d4fd
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
.stf-navigation .url-input-container input {
margin: 0;
padding-left: 30px;
z-index: 0;
}
.stf-navigation .url-input-container img {

View File

@@ -18,7 +18,7 @@
autocomplete='url', ng-model='textURL', text-focus-select,
autocapitalize='off', spellcheck='false', blur-element='blurUrl'
accesskey='N', tabindex='10', ng-change='textUrlChanged()',
focus-element='nav.focusUrl').form-control
focus-element='nav.focusUrl')
img(ng-src='{{urlFavicon}}')
.input-group-btn