From 6af807491b1f88f6c6fbe3b1570e69bb4c7313d9 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 23 Aug 2016 16:40:15 -0700 Subject: [PATCH] updated logo --- app/views/index.server.view.html | 2 +- app/views/layout.server.view.html | 8 ++- public/modules/core/css/core.css | 34 ++++++------ public/modules/core/img/logo_white.svg | 16 ++++++ .../core/views/header.client.view.html | 4 +- public/modules/users/css/users.css | 53 ++++++++++--------- 6 files changed, 69 insertions(+), 48 deletions(-) create mode 100644 public/modules/core/img/logo_white.svg diff --git a/app/views/index.server.view.html b/app/views/index.server.view.html index 76ac97f9..2752d7b6 100755 --- a/app/views/index.server.view.html +++ b/app/views/index.server.view.html @@ -1,4 +1,4 @@ {% extends 'layout.server.view.html' %} {% block content %} -
+
{% endblock %} diff --git a/app/views/layout.server.view.html b/app/views/layout.server.view.html index bbec12de..c9ec3f89 100755 --- a/app/views/layout.server.view.html +++ b/app/views/layout.server.view.html @@ -61,15 +61,13 @@ -