From 11a6a307738af0d71eec5ec4cba49e189e227f08 Mon Sep 17 00:00:00 2001
From: urs_hunkler A Moodle Theme from Urs Hunkler, unodo and Andrew Walker, Alton College.
+ You must not write hooks as comma separated lists of elements like
+Chameleon, the flexible Moodle theme.
+
+ Chameleon, the flexible Moodle theme.
+
-
+ Some basic information:
+
+
+
+td#middle-column div.bt,
+div#middle-column div.bt {
+ ...
+}
+
+ in Chameleon themes because the Chameleon engine can't handle these comma lists.
+ Please write two seperate statements instead.
+
+td#middle-column div.bt {
+ ...
+}
+div#middle-column div.bt {
+ ...
+}
+
+
+ A Moodle Theme from Urs Hunkler, unodo + and Andrew Walker, Alton College. +
\ No newline at end of file