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 @@ +