1.1 --- a/styles/vym.css Sun Jan 30 12:59:10 2005 +0000
1.2 +++ b/styles/vym.css Mon May 15 07:32:10 2006 +0000
1.3 @@ -19,7 +19,7 @@
1.4 vertical-align:center;
1.5 font-size: 2em;
1.6 }
1.7 -.vym-imagemap{
1.8 +.vym-imagemap{
1.9 width:96%;
1.10 padding:2%;
1.11 margin-bottom:10px;
1.12 @@ -27,6 +27,9 @@
1.13 text-align:center;
1.14 vertical-align:center;
1.15 }
1.16 +.imagemap{
1.17 + border: 0px;
1.18 +}
1.19 .vym-BoxBottom {
1.20 padding:10px;
1.21 font-size:0.7em;
1.22 @@ -60,27 +63,27 @@
1.23 font-weight: normal;
1.24 }
1.25 .vym-branch2{
1.26 - font-size: 0.5em;
1.27 + font-size: small;
1.28 font-weight: normal;
1.29 }
1.30 .vym-branch3{
1.31 - font-size:0.5em;
1.32 + font-size: small;
1.33 font-weight: normal;
1.34 }
1.35 .vym-branch4{
1.36 - font-size:0.5em;
1.37 + font-size: small;
1.38 font-weight: normal;
1.39 }
1.40 .vym-branch5{
1.41 - font-size:0.5em;
1.42 + font-size: small;
1.43 font-weight: normal;
1.44 }
1.45 .vym-branch6{
1.46 - font-size:0.5em;
1.47 + font-size: small;
1.48 font-weight: normal;
1.49 }
1.50 .vym-branch7{
1.51 - font-size:0.5em;
1.52 + font-size: small;
1.53 font-weight: normal;
1.54 }
1.55
1.56 @@ -89,7 +92,7 @@
1.57 border: solid 1px black;
1.58 border-color: #000000;
1.59 background-color: #eeeeee;
1.60 - font-size: 0.5em;
1.61 + font-size: small;
1.62 font-weight: normal;
1.63 padding: 5px;
1.64 }
1.65 @@ -99,6 +102,11 @@
1.66 border: solid 1px black;
1.67 border-color: #000000;
1.68 background-color: #eeeeee;
1.69 - font-size: 0.5em;
1.70 + font-size: small;
1.71 font-weight: normal;
1.72 }
1.73 +
1.74 +.standardflag {
1.75 + margin-left: 5px;
1.76 +}
1.77 +