Преглед на файлове

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>