Merge "registration: Allow @-prefixed keys in manifest_version 2"
[lhc/web/wiklou.git] / resources / src / mediawiki.legacy / shared.css
index 0e08ef8..5f20cf9 100644 (file)
@@ -447,18 +447,18 @@ a.new {
 /**
  * Data table style
  *
- * Transparent table with suddle borders
- * and blue row-highlighting.
+ * Table with suddle borders
+ * and row-highlighting.
  */
 .mw-datatable {
+       border: 1px solid #a2a9b1;
        border-collapse: collapse;
 }
 
-.mw-datatable,
 .mw-datatable td,
 .mw-datatable th {
        border: 1px solid #a2a9b1;
-       padding: 0 0.15em 0 0.15em;
+       padding: 0.2em 0.4em;
 }
 
 .mw-datatable th {