From: Ferry Huberts Date: Mon, 19 Mar 2012 22:09:25 +0000 (+0100) Subject: css: only use div#cgit X-Git-Tag: v0.9.1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45555512ba63b823c6340875254563ea05737668;p=cgit css: only use div#cgit Don't bother with 'body' and 'div#cgit form', since everything is wrapped in 'div#cgit' already. Removing these two types makes embedding even easier. Signed-off-by: Ferry Huberts --- diff --git a/cgit.css b/cgit.css index e06c261..651a320 100644 --- a/cgit.css +++ b/cgit.css @@ -1,9 +1,6 @@ -body, div#cgit table, div#cgit form { +div#cgit { padding: 0em; margin: 0em; -} - -body { font-family: sans-serif; font-size: 10pt; color: #333;