On Mon, 20 Dec 2010, Jonathan Nieder wrote: > diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css > index 79d7eeb..feb09e5 100644 > --- a/gitweb/static/gitweb.css > +++ b/gitweb/static/gitweb.css > @@ -579,6 +579,19 @@ div.remote { > display: inline-block; > } > > +/* > + * <b>URL:</b> http://www.example.com/ > + * <b>Fetch URL:</b> http://www.example.com/ > + * <b>Push URL:</b> http://www.example.com/ > + */ > +table.remote_urls tr.metadata_url td.metadata_tag:after { > + content: ":" > +} I'd rather not use 'content' (pseudo-)property, as not all web browsers implement it,... unless of course not having it doesn't make view worse. -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html