Commit
+8 -0 +/-1 browse
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 | + } |