Thanks but I see no changes to my Timeline comments?

On Mon, May 27, 2013 at 12:40 PM, Isaac Jurado <dipto...@gmail.com> wrote:

> On Mon, May 27, 2013 at 6:36 PM,  <sky5w...@gmail.com> wrote:
> >
> > "On the web interface, all of the commit message are displayed inside of
> > <span class='timelineComment'>...</span>.  So you can perhaps adjust the
> > look of comments to your liking by editing the CSS and without having to
> > touch code."
> >
> > This has been a long time nuisance for me.  Can someone provide a CSS
> > example enabling my [CR+LF]'s within the TimeLine comments?
> > I prefer this over modifying the code.
>
> You mean, forcing an element to render as preformatted?
>
>     .timelineComment {
>         font-family: monospace;
>         white-space: pre;
>     }
>
> Reference:
>
>     http://stackoverflow.com/a/9753612/1100958
>
> Regards.
>
> --
> Isaac Jurado
>
> "The noblest pleasure is the joy of understanding"
> Leonardo da Vinci
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
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