diff options
| author | Martin Ridgers <[email protected]> | 2024-09-19 14:23:17 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2024-09-24 10:57:34 +0200 |
| commit | a0781a33b107f10e56d0a89342f5faccdfb68f4a (patch) | |
| tree | 2042f70cc1541657c5c825c7ef59d480a8040940 /src | |
| parent | Vertically center modal dialog's button labels (diff) | |
| download | zen-a0781a33b107f10e56d0a89342f5faccdfb68f4a.tar.xz zen-a0781a33b107f10e56d0a89342f5faccdfb68f4a.zip | |
Let's try centering table cells' contents
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenserver/frontend/html/zen.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/frontend/html/zen.css b/src/zenserver/frontend/html/zen.css index c1f5013a1..7f83c1102 100644 --- a/src/zenserver/frontend/html/zen.css +++ b/src/zenserver/frontend/html/zen.css @@ -93,6 +93,7 @@ h3 { padding: 0.3em; padding-left: 0.75em; padding-right: 0.75em; + align-content: center; border-left: 1px solid #aaa; } |