소스 검색

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

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

Reported by Anonymous on SourceForge bug #2886542.
Heikki Hokkanen 16 년 전
부모
커밋
66ce243b65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      gitstats.css

+ 1
- 1
gitstats.css 파일 보기

@@ -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