diff options
| author | Adam Porter <adam@alphapapa.net> | 2024-03-16 22:54:59 -0500 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2024-05-25 10:04:59 +0200 |
| commit | 879861de4d9983f82e8016b360bb86bebe8635a1 (patch) | |
| tree | 5c7e059229d96e135f6be178f1124d13bacd6783 /html/layout.css | |
| parent | d5ea227a3729357b6c4c09bd033db9445fa34048 (diff) | |
* html/layout.css (table): margin: 1em 0 1em
Ensure some margin around tables, otherwise they run up against body
text and other tables.
Diffstat (limited to 'html/layout.css')
| -rw-r--r-- | html/layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/layout.css b/html/layout.css index e0746d9..f01814a 100644 --- a/html/layout.css +++ b/html/layout.css @@ -54,6 +54,7 @@ q:before, q:after { table { border-collapse: collapse; border-spacing: 0; + margin: 1em 0 1em; } /* End of reset */ |
