Hmmm....

It seems to me that the default behaviour of IE7 and IE8 is to use quirks
mode ("compatibility view" in MS speak) for pages fetched from the local
network ("content from the intranet" in MS speak) and then displays a list
rather then a grid.

Whilst I have no love for IE, I think it is a poor idea for fossil to look
bad when users first try it (most likely via doing "fossil ui"). Granted,
usage of IE among the target user base of fossil (developers) is perhaps as
low as 25%, but that is still a quarter of all potential users.

Paul

On Fri, 9 Jul 2010 00:05:28 +0100, Stephen De Gabrielle
<spdegabrie...@gmail.com> wrote:
> Hi, a little thing that bugs me sometimes is the use of a table for
files.
> 
> Below is an example of using
> style="-moz-column-width:10em; -webkit-column-width:10em;  column-width:
> 10em; column-fill: balance;"
> to put the list in whatever 10em columns fit across the page.
> 
> Old browsers will just give a list, and newer ones give reasonable
results.
> 
> Just a suggestion.
> 
> Cheers,
> 
> Stephen
> 
> --
> <html><head/><body>
> 
> <ul style="-moz-column-width:10em; -webkit-column-width:10em; 
> column-width:
> 10em; column-fill: balance;">
> <li><a href="http://www.fossil-scm.org/index.html/dir?name=art
> ">art/</a></li>
> <li><a href="http://www.fossil-scm.org/index.html/dir?name=debian
> ">debian/</a></li>
> <li><a href="http://www.fossil-scm.org/index.html/dir?name=src
> ">src/</a></li>
> <li><a href="http://www.fossil-scm.org/index.html/dir?name=test
> ">test/</a></li>
> <li><a href="http://www.fossil-scm.org/index.html/dir?name=tools
> ">tools/</a></li>
> <li><a href="http://www.fossil-scm.org/index.html/dir?name=www
> ">www/</a></li>
> <li><a href="http://www.fossil-scm.org/index.html/finfo?name=BUILD.txt
> ">BUILD.txt</a>
> </li><li><a href="
> http://www.fossil-scm.org/index.html/finfo?name=COPYRIGHT-BSD2.txt
> ">COPYRIGHT-BSD2.txt</a>
> </li><li><a href="
> http://www.fossil-scm.org/index.html/finfo?name=COPYRIGHT-GPL2.txt
> ">COPYRIGHT-GPL2.txt</a>
> </li><li><a
href="http://www.fossil-scm.org/index.html/finfo?name=Makefile
> ">Makefile</a>
> </li><li><a href="
> http://www.fossil-scm.org/index.html/finfo?name=Makefile.w32
> ">Makefile.w32</a>
> </li><li><a
> href="http://www.fossil-scm.org/index.html/finfo?name=ci_cvs.txt
> ">ci_cvs.txt</a></li>
> <li><a
href="http://www.fossil-scm.org/index.html/finfo?name=ci_fossil.txt
> ">ci_fossil.txt</a>
> </li><li><a href="
> http://www.fossil-scm.org/index.html/finfo?name=cvs2fossil.txt
> ">cvs2fossil.txt</a>
> </li><li><a
> href="http://www.fossil-scm.org/index.html/finfo?name=fossil.nsi
> ">fossil.nsi</a>
> </li><li><a
href="http://www.fossil-scm.org/index.html/finfo?name=ideas.txt
> ">ideas.txt</a>
> </li><li><a href="
>
http://www.fossil-scm.org/index.html/finfo?name=kktodo.wiki";>kktodo.wiki</a>
> </li><li><a
href="http://www.fossil-scm.org/index.html/finfo?name=make.sh
> ">make.sh</a>
> </li><li><a href="
> http://www.fossil-scm.org/index.html/finfo?name=rse-notes.txt
> ">rse-notes.txt</a>
> </li><li><a href="
>
http://www.fossil-scm.org/index.html/finfo?name=todo-ak.txt";>todo-ak.txt</a>
> </li><li><a
href="http://www.fossil-scm.org/index.html/finfo?name=todo.txt
> ">todo.txt</a>
> </li><li><a href="
>
http://www.fossil-scm.org/index.html/finfo?name=wiki_and_ticket_ideas.txt
> ">wiki_and_ticket_ideas.txt</a>
> </li><li><a
href="http://www.fossil-scm.org/index.html/finfo?name=win32.txt
> ">win32.txt</a>
> </li></ul>
> </body></html>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to