From 5b600706cd178a13e2ca6c3ffabb26650add27b2 Mon Sep 17 00:00:00 2001 From: Ailson da Cruz Date: Wed, 7 Sep 2016 21:20:54 -0300 Subject: [PATCH] Adding logo to user login and register templates #14 --- core/static/css/base/amadeus.css | 1 + core/templates/index.html | 2 +- core/templates/register_user.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index c35eb37..c8ad148 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -40,6 +40,7 @@ h5{ } #logo{ + max-width: 30%; margin-top: 2em; margin-bottom: 2em; } diff --git a/core/templates/index.html b/core/templates/index.html index b897022..1150359 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -9,7 +9,7 @@ {% block content %}
- logo amadeus +
diff --git a/core/templates/register_user.html b/core/templates/register_user.html index ff00b0d..5a5884d 100644 --- a/core/templates/register_user.html +++ b/core/templates/register_user.html @@ -14,7 +14,7 @@ {% endif %}
-
+
-- libgit2 0.21.2