# HG changeset patch # User Kim Alvefur # Date 1602519200 -7200 # Node ID e4075ca84a1a894622de92558f3cb823707d14dd # Parent 89162d27e1b1064e465d7211bbeacfcdda2386e3 mod_http_errors: Use a class on extra data section This CSS selector makes it awkward to add more items. diff -r 89162d27e1b1 -r e4075ca84a1a plugins/mod_http_errors.lua --- a/plugins/mod_http_errors.lua Sun Oct 11 20:25:32 2020 +0100 +++ b/plugins/mod_http_errors.lua Mon Oct 12 18:13:20 2020 +0200 @@ -41,7 +41,7 @@ font-size : x-large } -p+p { +p.extra { font-size : large; font-family : courier } @@ -50,7 +50,7 @@

{title}

{message}

-

{extra?}

+

{extra?}

]];