Author:
Hash:
Timestamp:
+8 -0 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
544506fc23192efc4cb8c3dd469bacc6cfcf0aab
Sat, 19 Oct 2024 12:04:15 +0000 (1.2 years ago)
| 1 | diff --git a/ayllu/themes/default/theme.css b/ayllu/themes/default/theme.css |
| 2 | index 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 | + } |