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

File diff suppressed because one or more lines are too long