Removed borders from img tags ('there is no attribute "border" for "img"
tag') in W3C XHTML 1.1
This commit is contained in:
@ -11,6 +11,10 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
div.logo {
|
||||
float: left;
|
||||
left: 1em;
|
||||
|
Reference in New Issue
Block a user