On 26 November 2013 07:55, Joel Bruick <[email protected]> wrote: > Michai Ramakers wrote: > > is there a simple way to display repo file contents in a single > column, instead of 3, in the web UI? (or at least I see 3 columns > here) > > > Sorry for being waaaaaaaaay late to this, but you can get the effect you > want by adding this to your repo's CSS: > > td.browser { > display: block; > padding: 0; > } > ul.browser { > margin: 0; > } >
That works absolutely fine, thx! Michai _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

