afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-09-01 06:16 pm

[dw-free] Basic Boxes calendar row collapses

[commit: http://hg.dwscoalition.org/dw-free/rev/814a795fdb51]

http://bugs.dwscoalition.org/show_bug.cgi?id=1708

Consistent height for calendar rows in Tabula Rasa-based-layouts archives.

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/s2layers/core2base/layout.s2
--------------------------------------------------------------------------------
diff -r ddf10258da5b -r 814a795fdb51 bin/upgrading/s2layers/core2base/layout.s2
--- a/bin/upgrading/s2layers/core2base/layout.s2	Tue Sep 01 17:59:07 2009 +0000
+++ b/bin/upgrading/s2layers/core2base/layout.s2	Tue Sep 01 18:15:05 2009 +0000
@@ -566,6 +566,9 @@ table.month {
 	margin: 0 auto;
 	border-collapse: collapse; 
 }
+table.month td {
+    height: 3.25em;
+}
 table.month td,
 table.month th { 
 	border: 1px solid; /* ? */
--------------------------------------------------------------------------------