On Fri, 18 Oct 2013 11:57:13 +0200, Stestagg <[email protected]> wrote:
This is slightly more hackish, and only tested in Chrome, but should work
with modern browsers.
Try adding:
.timelineTable td{
position:relative;
}
.timelineTable .divider{
position:absolute;
left: -8em;
}
this eliminates the date completely (opera 12.12). is that the intention?
to the end of the CSS (updating to use the new CSS classes if needed) Thanks SteveOn Fri, Oct 18, 2013 at 10:53 AM, Stephan Beal <[email protected]>wrote:On Fri, Oct 18, 2013 at 11:48 AM, Stestagg <[email protected]> wrote:/* The "Date" that occurs on the left hand side of timelines */ div.divider {As of a few moments ago you can also use .timelineDate instead (which hasa clearer meaning). That's assuming, of course, that you use the trunk version as opposed to waiting on a release.font-family: Georgia, serif; font-weight: bold; white-space: nowrap; }@Joerg: i just set up libfossil's CSS to use that example, so you can seeit here: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/timeline my eyes can't tell if it's more compact or not, but it doesn't look bad. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
-- Using Opera's revolutionary email client: http://www.opera.com/mail/ _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

