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;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
div.logo {
|
div.logo {
|
||||||
float: left;
|
float: left;
|
||||||
left: 1em;
|
left: 1em;
|
||||||
|
Reference in New Issue
Block a user