Removed borders from img tags ('there is no attribute "border" for "img"

tag') in W3C XHTML 1.1
This commit is contained in:
ugha
2004-07-12 02:02:13 +00:00
committed by zzz
parent 837cdc40be
commit d008f7801d

View File

@ -11,6 +11,10 @@ body {
display: none;
}
img {
border: none;
}
div.logo {
float: left;
left: 1em;