Split templates for logged out and logged in state. Added Logout option.

Added rewriting to allow cleaner URLs.
This commit is contained in:
2016-05-20 19:06:02 +02:00
parent 3792738ba9
commit a583351ac4
6 changed files with 69 additions and 4 deletions

View File

@@ -64,3 +64,8 @@
display: block;
background: url(../img/btn_google_signin_dark_focus_web.png);
}
.mdl-layout a {
color: inherit !important;
text-decoration: inherit !important;
}