Git commits in Moodle 1.8.2 by urs_hunkler

commit 44a718e930bf05d071c25733e216ac14c977aa1b
Author: urs_hunkler <urs_hunkler>
Date:   Fri, 06 Jul 2007 16:38:42 +0800
Tag:    v1.8.2

In HTML resources the container box collapsed, when floats are used for content. Solved by adding "clearfix" to the classes.

commit cd1aa3bb76f4f7e9e8f020c2f6c1ccf5e8a1369b
Author: urs_hunkler <urs_hunkler>
Date:   Wed, 04 Jul 2007 04:14:20 +0800
Tag:    v1.8.2

working on MDL-10322 :: tabs. I added a space before the closing </li> to close the gap between the li elements used without images. I don't know why this space is necessary.

commit 9dd4a457c86ce35c77dd8168d85f13917940577a
Author: urs_hunkler <urs_hunkler>
Date:   Mon, 25 Jun 2007 20:19:56 +0800
Tag:    v1.8.2

changed navmenuwidth to the standard value

commit 06d11b581a4b9d050d1b6aef2e8087d046b4a472
Author: urs_hunkler <urs_hunkler>
Date:   Sat, 23 Jun 2007 20:20:19 +0800
Tag:    v1.8.2

Add an option $CFG->CSSEdit or $THEME->CSSEdit to Moodle. If one of both is set to true, Moodle does not write all CSS code in one single CSS file but adds CSS @include to the theme CSS file to load all single CSS files. These single CSS files can then be interactively edited and saved with CSSEdit. It's like Firebug with direct saving your changes.

commit f24e0da3123cc7c9c595b47b1987b3084eaf8716
Author: urs_hunkler <urs_hunkler>
Date:   Thu, 14 Jun 2007 15:08:58 +0800
Tag:    v1.8.2

MDL-9745 - added the fix for input field alignment to 1.8 too.