official curriculum
[edumed.git] / edumed / static / css / base.scss
index e2be168..093c979 100644 (file)
@@ -219,3 +219,11 @@ footer.main {
         color: $oranji;
     }
 }
+.plain {
+    margin: 0;
+    padding: 0;
+    list-style: none;
+    li {
+        margin: 1em 0;
+    }
+}