浏览代码

Remove top and bottom borders from tables in style_green.css

Mark Szepieniec 10 年之前
父节点
当前提交
c4eec0f323
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      style_green.css

+ 0 - 2
style_green.css

@@ -71,8 +71,6 @@ hr {
 
 table {
     width: 100%;
-    border-top: solid;
-    border-bottom: solid;
     border-color:#999999;
 }
 </style>