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>
This commit is contained in:
Ferry Huberts 2012-03-19 23:09:25 +01:00 提交者 Lars Hjemli
父節點 ae90a0b2d1
當前提交 45555512ba
共有 1 個檔案被更改,包括 1 行新增4 行删除

查看文件

@ -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;