mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 18:14:48 +02:00
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:
parent
ae90a0b2d1
commit
45555512ba
1 changed files with 1 additions and 4 deletions
5
cgit.css
5
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue