diff options
Diffstat (limited to 'info/rules.html')
-rw-r--r-- | info/rules.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/info/rules.html b/info/rules.html index 26ab36b..53b5f12 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,11 +1,12 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=1060"> <title>ToC 2nd Ed Rules FINAL Hi-Res</title> <link rel="stylesheet" href="/fonts/fonts.css"> <style> -body{background-color:slategray} -div{position:relative;background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black} +body{background-color:slategray;margin:20px;} +div{position:relative;background-color:white;margin:20px auto;box-shadow:1px 1px 8px -2px black} p{position:absolute;white-space:pre;margin:0} p{font-family:Tinos,Times New Roman,Times,serif;font-size:12pt;line-height:0.8em} </style> |