From f5644f1cfcfee3a16a6373cfd6fd6c2006fd7bfd Mon Sep 17 00:00:00 2001 From: putro Date: Thu, 28 Mar 2019 20:28:18 +0100 Subject: [PATCH] new header with logo - sitename in a row --- static/css/style.css | 10 ++++++++++ templates/base.html | 13 ++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 8bcc524..a3cc998 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -12,6 +12,16 @@ body { margin-right: 33%; } +.sitebanner { + position: relative; + top: 20px; +} + +.siteimage { + float: left; + width: 120px; +} + a:link { color: #003399; text-decoration: none; } a:visited { color: #336699; text-decoration: none; } a:hover { color: #003399; background: #ff8c19; text-decoration: none; } diff --git a/templates/base.html b/templates/base.html index 6744cf0..bf95073 100644 --- a/templates/base.html +++ b/templates/base.html @@ -34,8 +34,19 @@ +