Skip to content
Snippets Groups Projects
Commit 1c45f07e authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Only pad the table elements of certain tables.
parent 8c73699d
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -14,8 +14,8 @@ tr.dark { ...@@ -14,8 +14,8 @@ tr.dark {
tr.light { tr.light {
background-color: #eee; background-color: #eee;
} }
td { tr.dark td, tr.light td {
padding: 0.2em; padding: 0.3em;
} }
h1 { h1 {
font-size: 1.2em; font-size: 1.2em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment