chiark / gitweb /
chpwd.css: Use tabs for indentation.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 15 May 2020 17:04:47 +0000 (18:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 16 May 2020 09:53:32 +0000 (10:53 +0100)
chpwd.css

index 02759f4e4cdf5cd922c187d51de9084acf6f4fc7..2ca07d4d70cec47ca90f47bb7d175b9203ef5c75 100644 (file)
--- a/chpwd.css
+++ b/chpwd.css
 /*----- 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 -------------------------------------------------*/