diff --git a/sigPlace.java b/sigPlace.java index f0325d2..e02479a 100644 --- a/sigPlace.java +++ b/sigPlace.java @@ -75,7 +75,7 @@ public class sigPlace { //Start of a title piece. s=s.replace("-",map.get("$TITLE_CONTENT_START")); s=s+map.get("$TITLE_CONTENT_END").replace("%ID%","id=\"content_"+i+"\""); - //Use ⤈ if there's more text to be shown than can fit. + Use ⤈ if there's more text to be shown than can fit. } else if (s.contains("===")) { s="
⤈ Click to expand.
"+map.get("$CONTENT_END")+map.get("$DATE_CONTENT_START")+s.replace("===","")+map.get("$CONTENT_END")+map.get("$CONTENT_END"); diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 322314f..a8243cc 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -97,6 +97,7 @@ body{ position:relative; top:-20px; min-width:98vw; + max-height:0px; /*Make the element effectively have no space taken*/ text-align:center; font-size:1.75em; padding-top:2px;