diff --git a/sigPlace.java b/sigPlace.java
index 59330b0..fbe8c28 100644
--- a/sigPlace.java
+++ b/sigPlace.java
@@ -25,7 +25,7 @@ public class sigPlace {
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "
"),
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_END", "
"),
new AbstractMap.SimpleEntry<>("$CONTENT_END", "
"),
- new AbstractMap.SimpleEntry<>("$DATE_CONTENT_START", "
")
+ new AbstractMap.SimpleEntry<>("$DATE_CONTENT_START", "
")
));
final static HashMap ops = new HashMap<>(Map.ofEntries(
new AbstractMap.SimpleEntry<>(
diff --git a/sitefiles/sig.css b/sitefiles/sig.css
index 19b4743..2ce09c1 100644
--- a/sitefiles/sig.css
+++ b/sitefiles/sig.css
@@ -92,12 +92,15 @@ body{
background-color: rgba(255, 255, 255, .06);
z-index:0;
}
-
- .contentBody .contentWrapper .date:before{
- background: linear-gradient(0deg,rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .06) 90%, rgba(255, 255, 255, .9) 100%);
- width:45vw;
- height:4px;
+
+ .contentBody .contentWrapper .datebar{
+ font-size:0.75em;
+ margin: 0px 4px 0px 4px;
+ min-width:98vw;
+ min-height:4px;
+ content:"Test";
z-index:0;
+ background-color: rgba(255, 255, 255, .06);
}
.contentBody .contentWrapper .date{