Exercises: retry implied on move; add handlers to sortable
[edumed.git] / edumed / static / css / base.scss
index b21a555..4d7e8a7 100644 (file)
@@ -88,6 +88,7 @@ header.main {
             height: 34*$px;
             text-align:center;
             margin: auto;
+            margin-bottom: .8em;
         }
         .menu-lekcje:before { background: url(../img/menu/lekcje.png) no-repeat 0 0; background-size: 100%;}
         .menu-kompetencje:before { background: url(../img/menu/katalog.png) no-repeat 0 0; background-size: 100%;}
@@ -223,6 +224,13 @@ footer.main {
         color: $oranji;
     }
 }
+.link-list-colored {
+    a {
+        color: $oranji;
+    }
+}
+
+
 .plain {
     margin: 0;
     padding: 0;