Commit
Author: Kevin Schoon [me@kevinschoon.com]
Hash: 544506fc23192efc4cb8c3dd469bacc6cfcf0aab
Timestamp: Sat, 19 Oct 2024 12:04:15 +0000 (3 months ago)

+8 -0 +/-1 browse
tighten up table alignment
1diff --git a/ayllu/themes/default/theme.css b/ayllu/themes/default/theme.css
2index b7e88cf..8d036a3 100644
3--- a/ayllu/themes/default/theme.css
4+++ b/ayllu/themes/default/theme.css
5 @@ -457,3 +457,11 @@ img.rss-icon-feed {
6 section.branch.card {
7 padding-bottom: 1em;
8 }
9+
10+ :where(td, th) {
11+ padding: 1px;
12+ }
13+
14+ :where(:is(td, th):not([align])) {
15+ text-align: left;
16+ }