From c67503c293e8f36b77416d34df0c5302d4d2ccad Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 8 Aug 2026 09:33:15 +0900 Subject: feat(nuldoc): use class-based style instead of obsoleted attributes --- services/nuldoc/static/_all/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'services/nuldoc/static') diff --git a/services/nuldoc/static/_all/style.css b/services/nuldoc/static/_all/style.css index f886658b..1c854d5c 100644 --- a/services/nuldoc/static/_all/style.css +++ b/services/nuldoc/static/_all/style.css @@ -206,6 +206,18 @@ li.revision { list-style: inside; } +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-right { + text-align: right; +} + h1 { font-size: 1.75rem; } -- cgit v1.3.1