Re: [fossil-users] Timeline comments ignore all newlines AGAIN...

2017-12-21 Thread sky5walk
Big thanks to Zakero for highlighting subtle CSS/html components necessary to achieve my desired Compact view. With the following changes, I now prefer Compact view over Modern. /* CSS */ span.timelineCompactComment { display: block;/*Necessary for margin-top to work.*/

Re: [fossil-users] Timeline comments ignore all newlines AGAIN...

2017-12-20 Thread sky5walk
Is this leading and trailing newline in 'timeline[Modern|Compact]Comment' intentional or bug? Is it necessary to create padding for the borders? If so, why can't borders be applied with CSS? I'm trying to shrink my Timeline text but no idea what CSS strips contents of object? What I see... "

Re: [fossil-users] Timeline comments ignore all newlines AGAIN...

2017-12-19 Thread sky5walk
Ok, using Google Chrome Version 65, I never see CheckBox anywhere within trunk of: http://fossil-scm.org/index.html/timeline. "Johan" Leaf check-in: a6c5a462 user: drh tags: trunk When you select that element, you should see, in one of the "Developer's Tools" frames, the definition for the

Re: [fossil-users] Timeline comments ignore all newlines AGAIN...

2017-12-19 Thread sky5walk
Thanks for the holiday reading material Johan! This helps a lot. Every time I dabble in HTML, it only makes it to short term memory. :( ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Timeline comments ignore all newlines AGAIN...

2017-12-19 Thread Johan Kuuse
On Tue, Dec 19, 2017 at 2:37 AM, wrote: > Came back to this after dinner. > The introduction of new Timeline classes(Modern,Compact,Verbose,Columnar) > means there is no catch-all for timelineComment. > So, I cut and paste in the CSS for each possible case. > /* Enable

Re: [fossil-users] Timeline comments ignore all newlines AGAIN...

2017-12-18 Thread sky5walk
Came back to this after dinner. The introduction of new Timeline classes(Modern,Compact,Verbose,Columnar) means there is no catch-all for timelineComment. So, I cut and paste in the CSS for each possible case. /* Enable timeline comments to respect linefeeds. */ span.timelineModernComment {

Re: [fossil-users] Timeline comments ignore all newlines AGAIN...

2017-12-18 Thread sky5walk
Ok, I clicked and clacked with the Publish button and I am getting changes. Before, I could edit my CSS and the page would reflect the changes immediately. I now think I have a corrupt CSS, since I lost my menus and header/footer. I'll edit the default CSS and re-insert the 'white-space: pre;'

Re: [fossil-users] Timeline comments ignore all newlines AGAIN...

2017-12-18 Thread Andy Bradford
Thus said sky5w...@gmail.com on Mon, 18 Dec 2017 11:17:49 -0500: > I just compiled fossil version 2.5 [a6c5a4620a] 2017-12-18 02:06:40 > UTC under Windows 10 and nothing(every view option + CSS + Timeline > option) I try shows my commit comment[CR][LF]'s. What CSS and Timeline option are

[fossil-users] Timeline comments ignore all newlines AGAIN...

2017-12-18 Thread sky5walk
I just compiled fossil version 2.5 [a6c5a4620a] 2017-12-18 02:06:40 UTC under Windows 10 and nothing(every view option + CSS + Timeline option) I try shows my commit comment[CR][LF]'s. Any ideas? My check-in comments are intentionally multi-line. Stripping the newlines renders my timeline as