From: moodler Date: Wed, 19 Nov 2003 02:55:37 +0000 (+0000) Subject: Mention new style X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=18eebff22dc5329451f2b1e1de88253006699c31;p=moodle.git Mention new style --- 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 { }