From 45555512ba63b823c6340875254563ea05737668 Mon Sep 17 00:00:00 2001 From: Ferry Huberts Date: Mon, 19 Mar 2012 23:09:25 +0100 Subject: 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 --- cgit.css | 5 +---- 1 file changed, 1 insertion(+), 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; -- cgit 1.4.1 option> DON'T USE THIS! --- web frontend for git
about summary refs log tree commit diff
Commit message (Expand)Author
2014-01-08ui-log.c: Several simplificationsLukas Fleischer
2014-01-08Use argv_array in place of vectorLukas Fleischer
2014-01-08ui-stats.c: Remove unused macroLukas Fleischer
2014-01-08scan-tree.c: Remove unused macroLukas Fleischer
2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer
2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer