diff --git a/css/guide.css b/css/guide.css index dc5b895..a639b72 100644 --- a/css/guide.css +++ b/css/guide.css @@ -1,3 +1,10 @@ body > p.noindent { text-indent:1em; } +body { + max-width: 680px; + margin: 0 auto !important; + float: none !important; + font-family: Georgia, serif; +} +.tabbing{padding-left: 2px; padding-right:2px;}