Parcourir la source

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

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

Reported by Anonymous on SourceForge bug #2886542.
Heikki Hokkanen il y a 16 ans
Parent
révision
66ce243b65
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      gitstats.css

+ 1
- 1
gitstats.css Voir le fichier

@@ -61,7 +61,7 @@ td {
61 61
 .nav ul {
62 62
 	list-style-type: none;
63 63
 	display: inline;
64
-	margin: none;
64
+	margin: 0;
65 65
 	padding: 0;
66 66
 }
67 67