Compare commits

..

3 Commits

Author SHA1 Message Date
Eloy Lafuente (stronk7) 2b10fa0433 Moodle release 2.6 2013-11-16 17:28:07 +01:00
Eloy Lafuente (stronk7) ad9e81eb98 Merge branch 'MDL-42926-master' of git://github.com/damyon/moodle 2013-11-15 16:06:22 +01:00
Damyon Wiese ab9300dffe MDL-42926 Bootstrap base: Remove 6px spacing between form elements
This was accidentally copied from the css for base. It is only visible when
the form fields are displayed with the label above the field. (less than 1200px).
2013-11-15 22:58:10 +08:00
3 changed files with 4 additions and 5 deletions
@@ -405,7 +405,6 @@ fieldset.coursesearchbox label {
margin-left: 0;
width: 100%;
float: left;
margin-bottom: 6px;
padding-left: 0;
padding-right: 0;
}
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
$version = 2013111500.01; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2013111800.00; // 20131118 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '2.6rc1 (Build: 20131115)'; // Human-friendly version name
$release = '2.6 (Build: 20131118)'; // Human-friendly version name
$branch = '26'; // This version's branch.
$maturity = MATURITY_RC; // This version's maturity level.
$maturity = MATURITY_STABLE; // This version's maturity level.