indefero/www/media/idf
Thomas Keller 2e0995abac Fixed rendering in Firefox which did, unlike Chrome, not expand the last
row's height to fit the up-popping horizontal scrollbar, but all rows
just a little, so the heights did not match. I've reworked this to not
used the ill-advised rowspan any longer, but two separate tables whose
heights match each other now in both browsers.

Also I fixed a bug in the whitespace detection code - utf8 characters
where broken into single bytes, so apparently the [:print:] character
class does not accout for them, even in //u mode, so we're selecting
the characters that we want to make visible on our own (basically
control characters lower than space, I might add more).
2011-10-09 00:13:34 +02:00
..
css Fixed rendering in Firefox which did, unlike Chrome, not expand the last 2011-10-09 00:13:34 +02:00
img Enhancement visibility of the RSS feed in the timeline view 2011-04-27 14:39:39 +02:00
js Stupid me, the condition needs to work on the count of the children, of course. 2011-03-03 23:41:56 +01:00