From a1b9ae7d807f7d75d98ed5bb166acf578db81574 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 16:09:02 +0000 Subject: [PATCH] No side border --- sitefiles/sig.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 7c7d45c..188b1f0 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -86,28 +86,12 @@ body{ font-size:1.25em; padding: 4px; margin: 0px 4px 0px 4px; - border-style: none outset none none; - border-radius: 0px 0px 0px 0px; - border-color: rgb(17, 153, 17, .3); - border-width: 3px; background-color: rgba(255, 255, 255, .06); } - .contentBody .contentWrapper .content:hover{ - border-color: rgb(17, 153, 17, .8); - } - .contentBody .contentWrapper .date{ font-size:0.75em; background-color: rgba(255, 255, 255, .06); - border-style: none outset none none; - border-radius: 0px 0px 0px 0px; - border-color: rgb(17, 153, 17, .3); - border-width: 3px; margin: 0px 4px 0px 4px; min-width:98vw; - } - - .contentBody .contentWrapper .date:hover{ - border-color: rgb(17, 153, 17, .8); } \ No newline at end of file