CSS tunning: Slightly lower default font size, and change vertical align for images in top_bar.

This commit is contained in:
Uriel 2009-02-24 11:44:22 +00:00
parent 32dd50dff9
commit a77855a2ca

View file

@ -4,7 +4,7 @@ body {
color: black; color: black;
background-color: white; background-color: white;
font-family: verdana, helvetica, arial, sans-serif; font-family: verdana, helvetica, arial, sans-serif;
font-size: 88%; /* Enables font size scaling in MSIE */ font-size: 84%; /* Enables font size scaling in MSIE */
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
@ -17,6 +17,10 @@ body {
height: 2em; height: 2em;
} }
.superHeader img {
vertical-align: bottom;
}
.superHeader a { .superHeader a {
color: white; color: white;
background-color: transparent; background-color: transparent;