workaround problem witch search (collision with migdal)
[wolnelektury.git] / src / wolnelektury / static / scss / main / base.scss
index 3d1097f..0923f80 100755 (executable)
@@ -8,13 +8,17 @@ html, body {
   clear: both;
 }
 
+.hide {
+  display: none !important;
+}
+
 /* Basic colors and fonts */
 body {
-  font-family: Georgia;
+  font-family: Georgia, serif;
   background: #f7f7f7;
   color: black;
 
-  @include size(font-size, 13px);
+  @include size(font-size, 15px);
 }
 
 a {
@@ -37,12 +41,12 @@ h1 {
 }
 
 h2 {
-  @include size(font-size, 20px);
+  @include size(font-size, 23px);
   font-weight: normal;
 }
 
 h3 {
-  @include size(font-size, 15px);
+  @include size(font-size, 17px);
   font-weight: normal;
 }
 
@@ -132,6 +136,7 @@ ul.plain {
 
     .initial-block {
       display: inline-block;
+      width: 100%;
     }
   }
 
@@ -176,15 +181,13 @@ ul.plain {
         border-bottom-right-radius: 4px;
       }
     }
-    .active {
-      > a, span {
-        &, &:hover, &:focus {
-          z-index: 2;
-          color: #fff;
-          cursor: default;
-          background-color: #337ab7;
-          border-color: #337ab7;
-        }
+    .current {
+      &, &:hover, &:focus {
+        z-index: 2;
+        color: #fff;
+        cursor: default;
+        background-color: #337ab7;
+        border-color: #337ab7;
       }
     }
     .disabled {