stage 2: message on save
[edumed.git] / edumed / static / css / main.scss
index 1818e60..d06205f 100755 (executable)
@@ -20,11 +20,6 @@ $px: .0625em;
     width: 220*$px - 3 * 20*$px;
     float: left;
 
-    &:first-of-type {
-      padding-top: 0;
-      border-top-right-radius: 0;
-      border-top-left-radius: 0;
-    }
     &:last-of-type {
       margin-bottom: 0;
     }
@@ -198,6 +193,11 @@ $px: .0625em;
   p {
     margin: 0 0 30*$px 1.4em;
   }
+  .side-banner img {
+    display: block;
+    width: 100%;
+    margin-bottom: 0.2em;
+  }
 }
 
 #main-chosen {