List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH v1 1/1] css: only use div#cgit
@ 2012-03-19 22:09 mailings
  2012-03-20  7:01 ` larsh
  0 siblings, 1 reply; 2+ messages in thread
From: mailings @ 2012-03-19 22:09 UTC (permalink / raw)


From: Ferry Huberts <ferry.huberts at pelagic.nl>

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 at pelagic.nl>
---
 cgit.css |    5 +----
 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 @@
-body, div#cgit table, div#cgit form {
+div#cgit {
 	padding: 0em;
 	margin: 0em;
-}
-
-body {
 	font-family: sans-serif;
 	font-size: 10pt;
 	color: #333;
-- 
1.7.7.6





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH v1 1/1] css: only use div#cgit
  2012-03-19 22:09 [PATCH v1 1/1] css: only use div#cgit mailings
@ 2012-03-20  7:01 ` larsh
  0 siblings, 0 replies; 2+ messages in thread
From: larsh @ 2012-03-20  7:01 UTC (permalink / raw)


On Mon, Mar 19, 2012 at 11:09:25PM +0100, Ferry Huberts wrote:
> From: Ferry Huberts <ferry.huberts at pelagic.nl>
> 
> 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.

Thanks, applied to master.

--
larsh




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-20  7:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-19 22:09 [PATCH v1 1/1] css: only use div#cgit mailings
2012-03-20  7:01 ` larsh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).