chpwd.css: Use the abbreviated border-setting notation.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 15 May 2020 17:10:28 +0000 (18:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 16 May 2020 09:53:32 +0000 (10:53 +0100)
chpwd.css

index 2ca07d4..1cf87a5 100644 (file)
--- a/chpwd.css
+++ b/chpwd.css
 /*----- 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;