From 9140b588b71496b427f3723faf9713bb43b147bf Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 15 May 2020 18:04:47 +0100 Subject: [PATCH] chpwd.css: Use tabs for indentation. --- chpwd.css | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/chpwd.css b/chpwd.css index 02759f4..2ca07d4 100644 --- a/chpwd.css +++ b/chpwd.css @@ -27,31 +27,31 @@ /*----- General typesetting and layout -----------------------------------*/ h1 { - border-bottom-style: solid; - border-bottom-width: medium; - padding-bottom: 1ex; + border-bottom-style: solid; + border-bottom-width: medium; + padding-bottom: 1ex; } h2 { - border-top-style: solid; - border-top-width: thin; - padding-top: 1ex; - margin-top: 4ex; + border-top-style: solid; + border-top-width: thin; + padding-top: 1ex; + margin-top: 4ex; } h1 + h2, h2:first-child { - border-top-style: hidden; - margin-top: inherit; + border-top-style: hidden; + margin-top: inherit; } div.credits { - border-top-style: solid; - border-top-width: thin; - padding-top: 0.5ex; - margin-top: 2ex; - text-align: right; - font-size: small; - font-style: italic; + border-top-style: solid; + border-top-width: thin; + padding-top: 0.5ex; + margin-top: 2ex; + text-align: right; + font-size: small; + font-style: italic; } div.warn { @@ -66,8 +66,8 @@ div.warn { /* Common form validation styling. */ .whinge { - font-size: smaller; - visibility: hidden; + font-size: smaller; + visibility: hidden; } .login-whinge { @@ -75,8 +75,8 @@ div.warn { } .wrong { - color: red; - visibility: visible; + color: red; + visibility: visible; } /* Specific forms. */ @@ -86,26 +86,26 @@ td.label { text-align: right; } .expand { height: 100%; } div.expand-outer { position: relative; } div.expand-inner { - position: absolute; - width: 50%; - height: 100%; + position: absolute; + width: 50%; + height: 100%; } div.expand-reference { - margin-left: 50%; + margin-left: 50%; } table.expand { width: 95%; } table.expand, table.expand tbody, table.expand tr { - border-collapse: collapse; - border-spacing: 0; + border-collapse: collapse; + border-spacing: 0; } table.expand td { padding: 0; } #acct-list { - width: 100%; - height: 100%; + width: 100%; + height: 100%; } /*----- That's all, folks -------------------------------------------------*/ -- 2.11.0