[PATCH v1 1/1] css: only use div#cgit
Ferry Huberts
mailings at hupie.com
Mon Mar 19 23:09:25 CET 2012
From: Ferry Huberts <ferry.huberts at pelagic.nl>
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 at pelagic.nl>
---
cgit.css | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
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;
--
1.7.7.6
More information about the CGit
mailing list