Fixed an opera bug, corrected a few whitespace errors, commented out

redundant 'left' and 'top' attributes of menu.
(ugha)
----------------------------------------------------------------------
This commit is contained in:
ugha
2004-07-07 20:46:02 +00:00
committed by zzz
parent 2527ec43b2
commit bdd92d9898

View File

@@ -2,13 +2,13 @@ body {
font-family: Verdana, Tahoma, Helvetica, sans-serif;
margin: 1em 0em;
padding: 0em;
text-align:center;
text-align: center;
background-color: white;
color: black;
}
.hide {
display: none
display: none;
}
div.logo {
@@ -25,15 +25,16 @@ div.menu {
/* height: 5em; */
/* position: fixed; */
float: left;
left: 1em;
top: 1em;
/* left: 1em; */
/* top: 1em; */
margin: 0em;
padding: .5em;
text-align: left;
border: medium solid #efefff;
background-color: #fafaff;
color: inherit;
font-size: small;
font-size: small;
clear: left; /* fixes a bug in Opera */
}
div.warning {