]> git.mjollnir.org Git - moodle.git/commitdiff
corrected font-style: none to normal
authorurs_hunkler <urs_hunkler>
Sat, 8 Apr 2006 15:53:28 +0000 (15:53 +0000)
committerurs_hunkler <urs_hunkler>
Sat, 8 Apr 2006 15:53:28 +0000 (15:53 +0000)
mod/lesson/styles.php

index 15f6150cdbbde10dda6a93af0eca17af174bacd2..0a44c509084ce83105fae197b3b0d662229340a2 100644 (file)
@@ -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;
     width: 5px;
     padding: 0px;
     margin: 0px;
-}
\ No newline at end of file
+}