MediaWiki:Common.css: Difference between revisions

From Ruisdael Observatory Data Catalog
(Created page with "→‎CSS placed here will be applied to all skins: #ca-formedit { background: #a8d03bbf; padding-left: 5px; padding-right: 5px; }")
 
No edit summary
Line 5: Line 5:
   padding-left: 5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-right: 5px;
}
table.formtable td {
  padding-bottom: 15px;
}
}

Revision as of 14:52, 10 July 2024

/* CSS placed here will be applied to all skins */

#ca-formedit {
  background: #a8d03bbf;
  padding-left: 5px;
  padding-right: 5px;
}

table.formtable td {
  padding-bottom: 15px;
}