From 22535d6cb7b889d455b6f62c7432e67f9c79c815 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 15:30:48 +0000 Subject: [PATCH] Move border stuff to date region --- sitefiles/sig.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index bf8457f..8c301c4 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -71,10 +71,6 @@ body{ display: inline-block; min-width:98vw; font-size:1.25em; - border-radius: 0px 0px 12px 0px; - border-style: none outset outset none; - border-color: rgb(17, 153, 17, .3); - border-width: 3px; margin: 0px 4px 8px 4px; padding: 4px; background-color: rgba(255, 255, 255, .06); @@ -82,6 +78,11 @@ body{ .contentBody .date{ font-size:0.75em; + background-color: rgba(255, 255, 255, .06); + border-style: none outset outset none; + border-radius: 0px 0px 12px 0px; + border-color: rgb(17, 153, 17, .3); + border-width: 3px; } .contentBody .content:hover{