소스 검색

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>