This file lists the major changes to the theme files between Moodle versions.
+See the standard themes for examples of anything in here.
+
+
================================
Changes to 1.0.9 since 1.0.8.1
--------------------------------
$THEME->hidden
-Styles for the hide/show features (activities):
+/* Styles for the hide/show features (activities): */
-a.dimmed:link
-a.dimmed:visited
-a.dimmed:hover
-.dimmed_text
+a.dimmed:link {}
+a.dimmed:visited {}
+a.dimmed:hover {}
+.dimmed_text {}
-Styles used when listing discussions in a forum:
+/* Styles used when listing discussions in a forum: */
-.forumpostheaderpicture
-.forumpostheadername
-.forumpostheaderreplies
-.forumpostheaderdate
+.forumpostheaderpicture {}
+.forumpostheadername {}
+.forumpostheaderreplies {}
+.forumpostheaderdate {}
-Style for the "you are logged in as" string top and bottom:
+/* Style for the "you are logged in as" string top and bottom: */
-.logininfo
+.logininfo {}
-Style for the link to "home":
+/* Style for the link to "home": */
-.homelink
+.homelink {}
-Style for teacher only stuff (used to be hard-coded red):
+/* Style for teacher only stuff (used to be hard-coded red): */
-.teacheronly
+.teacheronly {}
-Styles to show hidden topics on the course page
+/* Styles to show hidden topics on the course page */
-.topicsoutlinesidehidden
-.topicsoutlinecontenthidden
+.topicsoutlinesidehidden {}
+.topicsoutlinecontenthidden {}
-Styles to show hidden weeks on the course page
+/* Styles to show hidden weeks on the course page */
-.weeklyoutlinesidehidden
-.weeklyoutlinecontenthidden
+.weeklyoutlinesidehidden {}
+.weeklyoutlinecontenthidden {}
-Style for the date-text on the weekly format
+/* Style for the date-text on the weekly format */
-.weeklydatetext
+.weeklydatetext {}