diff --git a/css/guide.css b/css/guide.css index dc5b89569894de95645f2ea4b7fe36f85d20568d..a639b728e5b46f7ae255b3c5ebf79bd840b01302 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;}