X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/a6e5c9394e90aef708182000ba745163e4e305f2..375d9478a5b6b14bfb5f6e1a054e900a18e40717:/disobedience/manual/disobedience.css diff --git a/disobedience/manual/disobedience.css b/disobedience/manual/disobedience.css index 7a0f198..04b6f80 100644 --- a/disobedience/manual/disobedience.css +++ b/disobedience/manual/disobedience.css @@ -32,6 +32,17 @@ a { text-decoration: none } +h2 a { + color: black +} + +p.chapter a { + color: black; + font-family: helvetica,sans-serif; + font-weight: bold; + font-size: 18pt +} + a:active { color: red } @@ -61,3 +72,20 @@ h2 { font-variant: normal; display: block } + +td { + vertical-align: top; + padding: 8px +} + +td:first-child { + text-align: right +} + +table { + margin-left: 2em +} + +p.image { + text-align: center +}