mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-06-12 09:39 pm

[dw-nonfree] Transmogrified module titles inconsistently aligned

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/7d7e9f6a5885]

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

Left align header for calendar module.

Patch by [personal profile] draigwen.

Files modified:
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r 782c5f7d9d21 -r 7d7e9f6a5885 bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Fri Jun 12 21:33:50 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Fri Jun 12 21:39:18 2009 +0000
@@ -476,7 +476,7 @@ function print_stylesheet () {
         padding: 5px;
         list-style: none;
     }
-    .module-calendar {
+    .module-calendar .module-content {
         text-align: center;
     }
     .module-calendar table {
--------------------------------------------------------------------------------