some style modifications
[scpubgit/stemmatology.git] / stemmaweb / root / css / style.css
index af418e5..3732efc 100644 (file)
@@ -18,17 +18,26 @@ h1 {
     width: 650px;
 }
 h2 {
-    margin-top: 0px;
+    margin-top: 10px;
+    color: #488dd2;
+    font-size: 18px;
 } 
+h3 {
+       color: #488dd2;
+       font-size: 14px;
+       font-style: italic;
+}
 
 /* Index page components */
 
-#directory {
+#directory_container {
        float: left;
        width: 300px;
        height: 450px;
        border: 1px #c6dcf1 solid;
 }
+#directory {
+}
 .traditionname {
        text-decoration: underline;
 }
@@ -50,7 +59,6 @@ h2 {
        clear: both;
        /* width: 900px; */
        height: 400px;
-       border: 1px #c6dcf1 solid;
        overflow: auto; 
        text-align: center;
 }
@@ -61,7 +69,6 @@ h2 {
     float: left;
     width: 500px;
     height: 450px;
-    border: 1px #c6dcf1 solid;
     text-align: center;
     margin-left: 50px;
 }