diff --git a/webroot/index.html b/webroot/index.html index 99debcf17..048c63552 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -15,8 +15,7 @@ - -
+

@@ -165,7 +164,6 @@

- @@ -179,5 +177,32 @@ app.init(); })(); + + \ No newline at end of file diff --git a/webroot/styles/layout.css b/webroot/styles/layout.css index b8a5dadb4..4e91fd515 100644 --- a/webroot/styles/layout.css +++ b/webroot/styles/layout.css @@ -11,10 +11,10 @@ body { font-size: 14px; } - a:hover { text-decoration: underline; } +/* vuejs attribute to hide things before content ready */ [v-cloak] { visibility: hidden; } ::-webkit-scrollbar {