simple fix for images in exercises
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 14 Feb 2013 14:33:15 +0000 (15:33 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 14 Feb 2013 14:33:15 +0000 (15:33 +0100)
catalogue/static/catalogue/css/exercise.css
catalogue/static/catalogue/css/exercise.scss

index 05b005f..c72a109 100644 (file)
@@ -1,4 +1,6 @@
 @charset "UTF-8";
+.exercise img {
+  vertical-align: top; }
 .exercise .question-piece {
   border-radius: 0.688em;
   padding: 0.5em 0.688em; }
index cd87f12..99ef5d6 100755 (executable)
@@ -42,6 +42,10 @@ $px: 0.0625em;
 
 
 .exercise {
+    img {
+        vertical-align: top;
+    }
+
     .question-piece {
         @include bubble;
     }