diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2020-04-27 02:47:38 -0400 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2020-04-27 02:47:38 -0400 |
| commit | 051ff1871a163c62f1c5f5aa5ffb0ac18da49424 (patch) | |
| tree | 7e3f1939922f587bbc37178683d538733e12ac62 /public/static/index.css | |
| parent | 8b70567b9446d5791fac38f48cd1308a043dbd88 (diff) | |
| download | ao-coverage-051ff1871a163c62f1c5f5aa5ffb0ac18da49424.tar.gz ao-coverage-051ff1871a163c62f1c5f5aa5ffb0ac18da49424.tar.bz2 ao-coverage-051ff1871a163c62f1c5f5aa5ffb0ac18da49424.zip | |
#11 Handle unknown paths with 404 page
Diffstat (limited to 'public/static/index.css')
| -rw-r--r-- | public/static/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/static/index.css b/public/static/index.css index fbf3b63..bef1dbd 100644 --- a/public/static/index.css +++ b/public/static/index.css @@ -39,6 +39,10 @@ div#content p { padding: 0 10px; } +div#smallcontent p { + text-align: center; +} + .code-container-container { margin: 24px; } |
