From: urs_hunkler Date: Sat, 8 Apr 2006 15:53:28 +0000 (+0000) Subject: corrected font-style: none to normal X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9c5cec188f9cae86d90636760014bb4383429b2d;p=moodle.git corrected font-style: none to normal --- diff --git a/mod/lesson/styles.php b/mod/lesson/styles.php index 15f6150cdb..0a44c50908 100644 --- a/mod/lesson/styles.php +++ b/mod/lesson/styles.php @@ -69,7 +69,7 @@ } .mod-lesson .leftmenu_links { font-size:.85em; - font-style: none; + font-style: normal; } .mod-lesson .leftmenu_links ul { list-style-type: none; @@ -240,4 +240,4 @@ width: 5px; padding: 0px; margin: 0px; -} \ No newline at end of file +}