aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorGravatar Ferry Huberts <ferry.huberts@pelagic.nl>2012-03-20 07:09:25 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2012-03-20 16:00:20 (JST)
commit45555512ba63b823c6340875254563ea05737668 (patch)
treee6079a4ee682b543d8717662c8b25e544e5727d6 /cgit.css
parentae90a0b2d18d66e7b1cb98b2e34fd697f8b5311a (diff)
downloadcgit-45555512ba63b823c6340875254563ea05737668.zip
cgit-45555512ba63b823c6340875254563ea05737668.tar.gz
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 <ferry.huberts@pelagic.nl>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css5
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 @@
1body, div#cgit table, div#cgit form { 1div#cgit {
2 padding: 0em; 2 padding: 0em;
3 margin: 0em; 3 margin: 0em;
4}
5
6body {
7 font-family: sans-serif; 4 font-family: sans-serif;
8 font-size: 10pt; 5 font-size: 10pt;
9 color: #333; 6 color: #333;