diff options
| author | winter | 2025-01-23 17:23:58 +0000 |
|---|---|---|
| committer | winter | 2025-01-23 17:23:58 +0000 |
| commit | ddccaf16f39a4bf710266edc389fcde124e7ef56 (patch) | |
| tree | f3e2b5f78bd828adfc8f842e2b3c5a6c07bde26e /static/skeleton.css | |
| parent | 1b60d5ca77a387122bcf900c2972edca63403155 (diff) | |
use icons-in-css instead of icon font
Diffstat (limited to 'static/skeleton.css')
| -rw-r--r-- | static/skeleton.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/skeleton.css b/static/skeleton.css index aeea3b2..4b94ca5 100644 --- a/static/skeleton.css +++ b/static/skeleton.css @@ -156,7 +156,7 @@ main { } } #rightPaneActivator { - text-align: end; + justify-self: end; } h1, |
