diff --git a/sigPlace.java b/sigPlace.java index a5550f7..a99f767 100644 --- a/sigPlace.java +++ b/sigPlace.java @@ -22,8 +22,8 @@ public class sigPlace { final static HashMap map = new HashMap<>(Map.ofEntries( new AbstractMap.SimpleEntry<>("$SITENAME", "SigPlace"), new AbstractMap.SimpleEntry<>("$SITE_BACKCOL", "#111"), - new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "
"), - new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_END", "
"), + new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "

"), + new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_END", "

"), new AbstractMap.SimpleEntry<>("$CONTENT_END", "
") )); final static HashMap ops = new HashMap<>(Map.ofEntries( diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 6246762..aee0a5a 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -57,9 +57,9 @@ body{ text-shadow: 0.3px 0.3px 3px #666666; } -.contentBody .title{ +.contentBody h1{ display: inline-block; - font-size:x-large; + font-size:3.25em; border-bottom-style: outset; border-radius: 32px; background-color:$SITE_BACKCOL; @@ -67,6 +67,7 @@ body{ .contentBody .content{ display: inline-block; + font-size:1.25em; border-radius: 12px 0px 12px 0px; border-style: none outset outset none; border-color: rgb(17, 153, 17, .3);