X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fstyle.css;h=c7d543a97626ea84ac24befdc3922e918da65727;hb=62723740a1c73e3923d41da99b43e52d9880492c;hp=11fe773b330ef9fddb01fe4bfae021adc82fc348;hpb=b28e606ed92c3cb17501c55987af65b154090f5b;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/style.css b/root/css/style.css index 11fe773..c7d543a 100644 --- a/root/css/style.css +++ b/root/css/style.css @@ -29,18 +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; 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 {