Forum: Grouping lessons by their section on the forum post form
[edumed.git] / edumed / static / css / base.scss
index 4d7e8a7..c29938d 100644 (file)
@@ -140,16 +140,16 @@ footer.main {
     border-top: 1px solid #c9ccce;
     width: 940 * $px;
     padding: .2em 10 * $px;
-    margin: 40*$px auto 0 auto;
+    margin: 40*$px auto 1em auto;
     color: #9a9c9e;
 
+    p {
+        font-size: .75em;
+    }
     .footer-item {
         float: left;
         margin-right: 20 * $px;
         width: 220 * $px;
-        p {
-            font-size: .75em;
-        }
     }
     .sponsors-column {
         float: left;
@@ -159,6 +159,9 @@ footer.main {
             font-size: .75em;
         }
     }
+    .footer-extra p {
+        margin-top: 0;
+    }
 }
 
 
@@ -239,3 +242,10 @@ footer.main {
         margin: 1em 0;
     }
 }
+
+.flatpage {
+    img {
+        border: 5*$px solid #eee;
+        margin: 1.3em;
+    }
+}