all repos — cgit @ 45555512ba63b823c6340875254563ea05737668

a hyperfast web frontend for git written in c

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>
Ferry Huberts ferry.huberts@pelagic.nl
Mon, 19 Mar 2012 23:09:25 +0100
commit

45555512ba63b823c6340875254563ea05737668

parent

ae90a0b2d18d66e7b1cb98b2e34fd697f8b5311a

1 files changed, 1 insertions(+), 4 deletions(-)

jump to
M cgit.csscgit.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;