use html5 placeholder and hide labels,
[wolnelektury.git] / wolnelektury / static / css / base.css
index 7b1c9ef..a7145ec 100755 (executable)
@@ -34,6 +34,9 @@ h1 {
     font-weight: normal;
     margin-top: .4em
 }
+h1 a {
+       color: inherit;
+}
 
 ul.plain {
     list-style:none;
@@ -178,6 +181,12 @@ h2 {
     font-size: 1.1em;
 }
 
+.pagination {
+       display: block;
+       font-size: 1.2em;
+       padding: .5em;
+       text-align:center;
+}
 
 #footer {
     color: #767676;