From: ldestailleur Date: Tue, 30 Sep 2025 16:26:23 +0000 (+0200) Subject: CSS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fdevelop;p=thirdparty%2FAWStats.git CSS --- diff --git a/docs/styles.css b/docs/styles.css index e745bc47..fd40fd46 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -12,6 +12,11 @@ a:visited { color: #2200C0; font-family: sans-serif; text-decoration: none; } a:active { color: #2200C0; font-family: sans-serif; text-decoration: none; } a:hover { color: #2200C0; font-family: sans-serif; text-decoration: underline; } +.body { + padding-left: 30px; + padding-right: 30px; +} + .CHead { background-color: #9999CC; } .CTextAreaConf { font: 11px verdana,arial; color: #202020; font-family: sans-serif; text-decoration: none; }