From d67ea869401e2c8ba56cf9d253397d94973fbf49 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 15 May 2020 18:10:28 +0100 Subject: [PATCH] chpwd.css: Use the abbreviated border-setting notation. --- chpwd.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/chpwd.css b/chpwd.css index 2ca07d4..1cf87a5 100644 --- a/chpwd.css +++ b/chpwd.css @@ -27,14 +27,12 @@ /*----- General typesetting and layout -----------------------------------*/ h1 { - border-bottom-style: solid; - border-bottom-width: medium; + border-bottom: medium solid; padding-bottom: 1ex; } h2 { - border-top-style: solid; - border-top-width: thin; + border-top: thin solid; padding-top: 1ex; margin-top: 4ex; } @@ -45,8 +43,7 @@ h1 + h2, h2:first-child { } div.credits { - border-top-style: solid; - border-top-width: thin; + border-top: thin solid; padding-top: 0.5ex; margin-top: 2ex; text-align: right; -- 2.11.0