From 11124258f4c035cb27bc7336221524d2d7246d80 Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Thu, 8 Mar 2018 09:41:21 +0100 Subject: [PATCH] "centered seal" --- static/styles/tetawebapp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/tetawebapp.css b/static/styles/tetawebapp.css index 20a91de..05a1bdd 100644 --- a/static/styles/tetawebapp.css +++ b/static/styles/tetawebapp.css @@ -53,7 +53,7 @@ div.content > nav.vertical { border-right-width: 1px; background: var(--seal_img); background-repeat: no-repeat; - background-position: left 200px; + background-position: 5px 200px; background-color: var(--clear-bg); }