X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/245db33989f02513293b162695fac2114141bdc0..9140b588b71496b427f3723faf9713bb43b147bf:/chpwd.css 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 -------------------------------------------------*/