config_update_ui.report.css 191 B

12345678910111213
  1. /**
  2. * @file
  3. * Styling for the Config Updates report.
  4. */
  5. table.config-update-report {
  6. margin-top: 2em;
  7. }
  8. table.config-update-report caption {
  9. font-weight: bold;
  10. font-size: 1.1em;
  11. }