common link color

This commit is contained in:
Roland Gruber 2010-10-13 17:45:13 +00:00
父節點 28210eb37b
當前提交 f06344fb46
共有 1 個文件被更改,包括 13 次插入8 次删除

查看文件

@ -45,6 +45,11 @@ color:blue;
text-decoration: none;
}
a:link {
color: blue;
text-decoration: none;
}
a:visited {
color: blue;
text-decoration: none;