From a52c0c11b4fbfcfebc0abe58b1c2a7262b49df43 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 2 Jul 2020 18:56:30 -0700 Subject: [PATCH] minor css adjustments --- static/css/dopetrope.css | 3 ++- static/css/main.css | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/static/css/dopetrope.css b/static/css/dopetrope.css index 6f0a6c4..0ced2e6 100644 --- a/static/css/dopetrope.css +++ b/static/css/dopetrope.css @@ -2064,7 +2064,8 @@ input, select, textarea { #header { position: relative; - background: #ffffff; + background-image: : url("https://git.wownero.com/wownero/wow-assets/raw/branch/master/WOW-WOW-720x234.png"); + background-repeat: repeat-x; border-bottom: solid 1px #ccc; padding: 5em 0 4em 0; text-align: center; diff --git a/static/css/main.css b/static/css/main.css index a237b6e..b2dba89 100755 --- a/static/css/main.css +++ b/static/css/main.css @@ -307,3 +307,14 @@ p.subheader { margin: .5em auto; padding-bottom: 1em; } + +#slim-header { + text-align: center; +} + +#slim-header > p { + display: block; + font-style: italic; + margin: 0; + padding-bottom: 0; +}