diff --git a/lib/news.inc b/lib/news.inc index 91e6fce..5806de3 100644 --- a/lib/news.inc +++ b/lib/news.inc @@ -38,9 +38,9 @@ $createQuery="CREATE TABLE news_main (" function formatNews ($date, $user, $text) { return "
\n" - .'
' + .'
' . "Posted on $date by $user" - . "
\n" + . "\n" ."
$text
\n" ."
\n"; } diff --git a/parts/postamble.inc b/parts/postamble.inc index 46ca9f7..2fce26d 100644 --- a/parts/postamble.inc +++ b/parts/postamble.inc @@ -6,6 +6,6 @@ Additional Copyright and Trademark Acknowledgements -π +
π diff --git a/styles/christmas/level1.css b/styles/christmas/level1.css index 6706f95..1f75598 100644 --- a/styles/christmas/level1.css +++ b/styles/christmas/level1.css @@ -127,6 +127,8 @@ IMG.screenshot { margin: 0; padding: 0; border: 0; + + font-size: 9pt; } .newsBox DL DD { diff --git a/styles/quakeforge/level1.css b/styles/quakeforge/level1.css index f07fa28..146846c 100644 --- a/styles/quakeforge/level1.css +++ b/styles/quakeforge/level1.css @@ -127,6 +127,8 @@ IMG.screenshot { margin: 0; padding: 0; border: 0; + + font-size: 9pt; } .newsBox DL DD {