Merge branch 'MDL-39338_master' of git://github.com/lazydaisy/moodle

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Dan Poltawski 2013-06-10 16:06:22 +08:00
commit c6898e629b
2 changed files with 3 additions and 6 deletions

View File

@ -180,8 +180,7 @@
}
.que .formulation,
.que .outcome,
.que .comment,
.que .history {
.que .comment {
.alert
}
.que .formulation {
@ -192,7 +191,6 @@
.formulation select {
width: auto;
}
.path-mod-quiz input[size] {
width: auto;
}
@ -202,8 +200,7 @@
.alert-success;
}
.que .history {
color: @textColor;
background: @grayLighter;
.well
}
.que .ablock {
margin: 0.7em 0 0.3em 0;

File diff suppressed because one or more lines are too long