From 8b37fa90b100de07c237acee574f9e6fe6ab519e Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 15:31:39 +0000 Subject: [PATCH] Must be inline to style properly --- sitefiles/sig.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 8c301c4..b787cba 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -77,6 +77,7 @@ body{ } .contentBody .date{ + display: inline-block; font-size:0.75em; background-color: rgba(255, 255, 255, .06); border-style: none outset outset none; @@ -85,6 +86,6 @@ body{ border-width: 3px; } -.contentBody .content:hover{ +.contentBody .date:hover{ border-color: rgb(17, 153, 17, .8); } \ No newline at end of file