From 18eebff22dc5329451f2b1e1de88253006699c31 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 19 Nov 2003 02:55:37 +0000 Subject: [PATCH] Mention new style --- theme/UPGRADE.txt | 5 +++++ theme/standard/styles.php | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/theme/UPGRADE.txt b/theme/UPGRADE.txt index eeecaf6932..dd7da8bd67 100644 --- a/theme/UPGRADE.txt +++ b/theme/UPGRADE.txt @@ -149,3 +149,8 @@ a.autolink:hover {} /* Specific style for listing discussions (formerly re-used forumpost)*/ .forumheaderlist {} + + +/* Specific style for the category numbers (was categoryname) */ + +.categorynumber {} diff --git a/theme/standard/styles.php b/theme/standard/styles.php index 3739477385..fe3b6ea70f 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -355,6 +355,11 @@ a.dimmed:hover { font-weight: bold; } +.categorynumber { + font-size: larger; + font-weight: bold; +} + .coursename { } -- 2.39.5