| Index: appengine/config_service/ui/src/config-ui/config-ui.html
|
| diff --git a/appengine/config_service/ui/src/config-ui/config-ui.html b/appengine/config_service/ui/src/config-ui/config-ui.html
|
| index fe3eed308805084002d15ec98d19661fc18bf1ad..0408ba0313115598e358662e691184b1ea93ee07 100644
|
| --- a/appengine/config_service/ui/src/config-ui/config-ui.html
|
| +++ b/appengine/config_service/ui/src/config-ui/config-ui.html
|
| @@ -12,7 +12,6 @@
|
| <link rel="import" href="../../bower_components/app-layout/app-header/app-header.html">
|
| <link rel="import" href="../../bower_components/app-layout/app-header-layout/app-header-layout.html">
|
| <link rel="import" href="../../bower_components/app-layout/app-toolbar/app-toolbar.html">
|
| -<link rel="import" href="../../bower_components/app-layout/app-scroll-effects/effects/resize-title.html">
|
|
|
| <link rel="import" href="../../common/auth-signin.html">
|
| <link rel="import" href="config-set.html">
|
| @@ -45,7 +44,7 @@
|
|
|
| <app-header-layout>
|
|
|
| - <app-header reveals slot="header" effects="resize-title">
|
| + <app-header reveals slot="header">
|
| <app-toolbar>
|
| <!--<image class="logo" src="/static/images/chromium.png"/>-->
|
| <div class="title" main-title>
|
|
|