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 selected element's CSS class(es):
(CB = CheckBox)
.timelineModernDetail{
CB: font-size: 80%;
CB: text-align: right;
CB: float: right;
CB: opacity: 0.75;
CB: margin-top: 0.5em;
CB: margin-left: 1em;
}
But I do see the light. The Style was not 'text-align: left', but 'float:
left'.
span.timelineModernDetail {
float: left;
}
Even with this insight, I cannot shift the 'timelineModernComment' text up
because it is mysteriously surrounded with a leading and trailing newline?
What I see...
" <-- Why is the double quote here?
My multiline comment is here.
And here...
" <-- Why is the double quote here?
What I want...
"My multiline comment is here.
And here..."
Thanks for the 'teach a man to fish' pointers.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users