From bb9436edd1ce5d02047b344b985774c50497444c Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 8 Oct 2004 13:35:36 +0000 Subject: [PATCH] Classes added for XHTML compatibility in main code --- theme/standardxhtml/styles.php | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/theme/standardxhtml/styles.php b/theme/standardxhtml/styles.php index 441130b38a..ff7b635626 100644 --- a/theme/standardxhtml/styles.php +++ b/theme/standardxhtml/styles.php @@ -58,6 +58,12 @@ form { } +.activitydate, .activityhead +{ + font-size: x-small; + text-align: center; +} + .highlight { background-color: highlight?>; @@ -143,6 +149,36 @@ form { } +.forumaddnew, .forumaddnewminimal, +.forumnodiscuss, .forumnodiscussminimal, +.forumolddiscussminimal +{ + text-align: center; +} + +.forumaddnewminimal, .forumnodiscussminimal, +.forumheadminimal, .foruminfominimal, +.forumolddiscussminimal +{ + font-size: x-small; +} + +.forumnodiscuss,.forumnodiscussminimal +{ + font-weight: bold; +} + +.forumolddiscuss { + text-align: right; +} + +.forumheadminimal +{ + color: #555555; +} + + + .weeklyoutline { } -- 2.39.5