]> granicus.if.org Git - cgit/commitdiff
css: only use div#cgit
authorFerry Huberts <ferry.huberts@pelagic.nl>
Mon, 19 Mar 2012 22:09:25 +0000 (23:09 +0100)
committerLars Hjemli <hjemli@gmail.com>
Tue, 20 Mar 2012 07:00:20 +0000 (07:00 +0000)
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 <ferry.huberts@pelagic.nl>
cgit.css

index e06c261e4c11ff8d6c3f710fd8825547adfb6bbb..651a32004c9277bc1d423eeaebd409147c3654d1 100644 (file)
--- 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;