# HG changeset patch # User insilmaril # Date 1136281481 0 # Node ID 8e3d07807ac5f983d41f398e7db1881a61dd452a # Parent 494e8f40f0f713ab01f4b6f59ab07ab4db2f472b 1.7.6 New features for floatimages and fixes diff -r 494e8f40f0f7 -r 8e3d07807ac5 styles/vym.css --- a/styles/vym.css Tue Jan 03 09:44:41 2006 +0000 +++ b/styles/vym.css Tue Jan 03 09:44:41 2006 +0000 @@ -19,7 +19,7 @@ vertical-align:center; font-size: 2em; } -.vym-imagemap{ +.vym-imagemap{ width:96%; padding:2%; margin-bottom:10px; @@ -27,6 +27,9 @@ text-align:center; vertical-align:center; } +.imagemap{ + border: 0px; +} .vym-BoxBottom { padding:10px; font-size:0.7em; @@ -60,27 +63,27 @@ font-weight: normal; } .vym-branch2{ - font-size: 0.5em; + font-size: small; font-weight: normal; } .vym-branch3{ - font-size:0.5em; + font-size: small; font-weight: normal; } .vym-branch4{ - font-size:0.5em; + font-size: small; font-weight: normal; } .vym-branch5{ - font-size:0.5em; + font-size: small; font-weight: normal; } .vym-branch6{ - font-size:0.5em; + font-size: small; font-weight: normal; } .vym-branch7{ - font-size:0.5em; + font-size: small; font-weight: normal; } @@ -89,7 +92,7 @@ border: solid 1px black; border-color: #000000; background-color: #eeeeee; - font-size: 0.5em; + font-size: small; font-weight: normal; padding: 5px; } @@ -99,6 +102,11 @@ border: solid 1px black; border-color: #000000; background-color: #eeeeee; - font-size: 0.5em; + font-size: small; font-weight: normal; } + +.standardflag { + margin-left: 5px; +} +