]> code.delx.au - comingnext/commitdiff
don't hide overflowed text in calendar list (allows more compact text)
authorMichael Prager <mail@michaelprager.de>
Thu, 24 May 2012 19:57:26 +0000 (21:57 +0200)
committerMichael Prager <mail@michaelprager.de>
Thu, 24 May 2012 19:57:26 +0000 (21:57 +0200)
comingNext/index.html

index 3016c5d5c6e5ee800ef6fdc2cd9cc5ef7de8f780..6a4ec989adb87a936535d473676bc8fcf7a42628 100644 (file)
@@ -1757,7 +1757,7 @@ function getDefaultFontSize()
 <style type="text/css">\r
 a { color:#aaccff }\r
 table { margin:0px; padding:0px; border-spacing:0px; border-collapse: collapse; }\r
-td { padding:0px 5px 0px 0px; white-space:nowrap; overflow:hidden; margin:0px; }\r
+td { padding:0px 5px 0px 0px; white-space:nowrap; overflow:visible; margin:0px; }\r
 hr { color:#ffffff; background-color:#ffffff; height:1px; text-align:left; border-style:none; }\r
 .settingsInfo { display:none; font-style:italic; }\r
 .title { font-weight:bold; font-size:14pt; }\r