diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-20 11:19:18 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-20 12:24:34 +0200 |
commit | cb73d0710b0eb84d4f788ff9b1d36ed0b02bf970 (patch) | |
tree | 7ae6a504b526d2068ebe209325dc360b4b26e655 /public/docs/style.css | |
parent | 4f709b04cee3ee9a1df009a8021b84d4f8fe6b81 (diff) | |
download | server-cb73d0710b0eb84d4f788ff9b1d36ed0b02bf970.tar.gz |
Use xmp tag for more docs.
Diffstat (limited to 'public/docs/style.css')
-rw-r--r-- | public/docs/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/docs/style.css b/public/docs/style.css index a7bc776..845f9e3 100644 --- a/public/docs/style.css +++ b/public/docs/style.css @@ -13,8 +13,9 @@ h1 { font-size: 1.8rem; } h2 { font-size: 1.4rem; } h3 { font-size: 1.2rem; } p, ul, ol, dl, figure, blockquote, xmp, pre, table { margin: 1rem 0; font-size: 1rem; } -xmp, pre { font-size: 0.8rem; padding: 1rem 1rem; } -tt, code, kbd { font-size: 0.8rem; } +xmp, pre, tt, code, kbd { font-size: 0.8rem; } +pre { padding: 1rem; } +xmp { padding: 0rem 1rem 1rem 1rem; } kbd { background-color: whitesmoke; padding: 0px 4px; border: 1px solid #444; } dd { margin-bottom: 0.5rem; } |