浏览代码

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
 .nav ul {
61
 .nav ul {
62
 	list-style-type: none;
62
 	list-style-type: none;
63
 	display: inline;
63
 	display: inline;
64
-	margin: none;
64
+	margin: 0;
65
 	padding: 0;
65
 	padding: 0;
66
 }
66
 }
67
 
67