[PATCH] Fix layout problem in Safari

Kevin Christen kevin.christen at gmail.com
Sun Jan 6 07:58:25 CST 2008


Users of other browsers (especially IE7) can take a peek at
http://christen.dnsalias.org:8080/devhg to see if this renders properly.

On 1/6/08, kevin.christen at gmail.com <kevin.christen at gmail.com> wrote:
>
> # HG changeset patch
> # User Kevin Christen <kevin.christen at gmail.com>
> # Date 1199627610 21600
> # Node ID 2a6c515528c8655bb88fe7ba2fe219b8ef88f907
> # Parent  41ca0e20117e11c8ea9f5f7c91d7202b1808d5a9
> Fix layout problem in Safari.
>
> Validate XHTML.  Layout confirmed in Safari 3.0, IE 6.0, and Firefox 2.0
>
> diff -r 41ca0e20117e -r 2a6c515528c8 templates/gitweb/index.tmpl
> --- a/templates/gitweb/index.tmpl       Sun Jan 06 13:17:10 2008 +0100
> +++ b/templates/gitweb/index.tmpl       Sun Jan 06 07:53:30 2008 -0600
> @@ -4,9 +4,8 @@
> <body>
>
> <div class="page_header">
> -    <div style="float:right'">
> -        <a href="http://www.selenic.com/mercurial/"
> title="Mercurial">Mercurial</a>
> -    </div>
> +    <a href="http://www.selenic.com/mercurial/" title="Mercurial"
> +       style="float: right;">Mercurial</a>
>      Repositories list
> </div>
>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial-devel/attachments/20080106/6da51eda/attachment.htm 


More information about the Mercurial-devel mailing list