From: Joey Schulze Date: Wed, 25 Jun 2008 17:34:04 +0000 (+0000) Subject: Smaller size for the date X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Finfocon.infodrom.org;a=commitdiff_plain;h=780d8565ae496fb8a55549ffcc24f4f867819778 Smaller size for the date --- diff --git a/Styles/infocon.style b/Styles/infocon.style index 082c2fc..c646c63 100644 --- a/Styles/infocon.style +++ b/Styles/infocon.style @@ -167,9 +167,9 @@ printf "Letzte year += 1900; if (year > 2006 && year < 2100) - document.write(today.getDate() + document.write("" + today.getDate() +". " + mon[today.getMonth()] - +" " + year); + +" " + year + "");