CSS: margin 'none' -> '0'.

After this change the CSS validates on jigsaw.w3.org.

Reported by Anonymous on SourceForge bug #2886542.
master
Heikki Hokkanen 2009-10-26 18:53:28 +02:00
parent 6397a94b30
commit 66ce243b65
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ td {
.nav ul {
list-style-type: none;
display: inline;
margin: none;
margin: 0;
padding: 0;
}