diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2020-11-26 09:08:43 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2020-11-26 09:08:43 -0400 |
commit | 90ed6fd94299109c3e7cc2bd81bf03d3231e77f0 (patch) | |
tree | c08774e4870dd41f1f7c62ef1fe7964a0178c225 /static | |
parent | bf2ae11314abd73acdbcc9e4bd5b22ed59aae3c7 (diff) |
more lovely changes across the board
Diffstat (limited to 'static')
-rw-r--r-- | static/site.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/site.css b/static/site.css index 69d3e9fb..74f89263 100644 --- a/static/site.css +++ b/static/site.css @@ -504,10 +504,15 @@ h1 { margin-bottom: 0; } -#content.top-index p.quick-links { +.quick-links { text-align: center; } +ul.quick-links { + list-style: none; + padding-left: 0; +} + #intro-menu { margin: 24px 0; padding: 10px; |