fix toc and it's styling
[koha-bibliografija] / html / style.css
index 512e155..91a8ee6 100644 (file)
@@ -1,14 +1,24 @@
-h1 {
+h1, h2 {
        font-family: Trebuchet MS, sans-serif;
        font-weight: normal;
-       font-size: 120%;
        color: #336699;
 }
+h1 {
+       font-size: 140%;
+}
+
+h2 {
+       font-size: 120%;
+}
 
 li {
        margin-top: 10px;
 }
 
+li.toc {
+       margin-top: 0px;
+}
+
 li a {
        color: #707070;
 }
@@ -21,3 +31,7 @@ li a {
        font-size: 80%;
        color: #707070;
 }
+
+td {
+       text-align: center;
+}