From c5d860e8ee5cc58e9c3a96a1c0ee1a434626337c Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 22 Apr 2014 12:05:54 +0200 Subject: [PATCH] css solved class ambiguity fix --- views/html/quests/quest.tpl | 2 +- www/css/desktop.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/html/quests/quest.tpl b/views/html/quests/quest.tpl index 72a6d37e..96b19b08 100644 --- a/views/html/quests/quest.tpl +++ b/views/html/quests/quest.tpl @@ -39,7 +39,7 @@ -
+

diff --git a/www/css/desktop.css b/www/css/desktop.css index cefaf583..42a10445 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -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}