pull in recent changes from lemmatizer repository
[scpubgit/stemmatology.git] / stemmaweb / root / css / style.css
index 3a04989..c7d543a 100644 (file)
@@ -29,17 +29,32 @@ h2 {
        height: 450px;
        border: 1px #c6dcf1 solid;
 }
+.traditionname {
+       text-decoration: underline;
+}
+.selected {
+       font-style: italic;
+}
 #variant_graph {
        clear: both;
        width: 900px;
        height: 400px;
-       border: 1px #c6dcf1 solid;      
+       border: 1px #c6dcf1 solid;
+       overflow: auto; 
+       text-align: center;
+}
+#variant_graph img {
+       margin-top: expression(( 400 - this.height ) / 2);
 }
 #stemma_graph {
     float: left;
     width: 500px;
     height: 450px;
     border: 1px #c6dcf1 solid;
+    text-align: center;
+}
+#stemma_graph img {
+       margin-top: expression(( 450 - this.height ) / 2);
 }
 /* Additional components for the stexaminer */
 #variants_table {