diff --git a/pub/style/style.css b/pub/style/style.css index eb8e71b..bba9ad4 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -4,7 +4,7 @@ body { color: black; background-color: white; 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; padding: 0; } @@ -17,6 +17,10 @@ body { height: 2em; } +.superHeader img { + vertical-align: bottom; +} + .superHeader a { color: white; background-color: transparent;