Merge WTEM support into master
[edumed.git] / catalogue / static / catalogue / css / lesson.scss
index a1627bc..b200002 100755 (executable)
@@ -300,6 +300,14 @@ em.person {
  clear: both;
 }
 
+#book-text {
+    .caption {
+        margin: 1.5em;
+        p {
+            margin: 0;
+        }
+    }
+}
 
 /* utils */
 
@@ -307,3 +315,6 @@ em.person {
     clear: both;
 }
 
+#book-text .top-link {
+    margin-top: 1em;
+}