sync both themes with toolkit windows theme changes in Mozilla 31 cycle
[themes.git] / LCARStrek / global / aboutSupport.css
index b6cc59ace144b0b4870e2e8c3895460ea392e71e..7bfe0013e266f7c220176f403cce9b56dbdd24b6 100644 (file)
@@ -148,6 +148,7 @@ td {
   -moz-margin-end: 0;
   padding: 16px;
   width: 30%;
+  visibility: hidden;
 }
 
 #reset-box:-moz-dir(rtl) {
@@ -162,3 +163,11 @@ td {
   display: block;
   margin: auto;
 }
+
+.block {
+  display: block;
+}
+
+.hidden {
+  display: none;
+}