css solved class ambiguity fix
This commit is contained in:
parent
5f04a9e81f
commit
c5d860e8ee
2 changed files with 3 additions and 3 deletions
|
|
@ -237,9 +237,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
|
||||
|
||||
/** Quest Types **/
|
||||
.solved,.error{margin-top:15px;padding:5px 15px;border:1px solid #4F8A10;background:#DFF2BF;color:#4F8A10;border-radius:3px}
|
||||
.success,.error{margin-top:15px;padding:5px 15px;border:1px solid #4F8A10;background:#DFF2BF;color:#4F8A10;border-radius:3px}
|
||||
.error{border:1px solid #850000;background:#ebd3d3;color:#850000}
|
||||
.solved p,.error p{margin-bottom:5px}
|
||||
.success p,.error p{margin-bottom:5px}
|
||||
|
||||
.mchoice{list-style-type:lower-alpha;list-style-position:inside}
|
||||
.mchoice li{margin:0 0 10px 0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue