diff xsls/style.xsls @ 129:523a80fc32b4

Fixed a fallout from switching to standard HTML.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 14:00:34 +0000
parents d4133c439eeb
children 0991bf45cbb8
line wrap: on
line diff
--- a/xsls/style.xsls	Fri Oct 21 09:51:45 2011 +0000
+++ b/xsls/style.xsls	Fri Oct 21 14:00:34 2011 +0000
@@ -6,6 +6,8 @@
         html              { -webkit-text-size-adjust: none; }
         body              { font-family:    Georgia, serif; }
         p                 { text-align:     justify; }
+        table.news p      { margin-top:     0; }
+        table.news td     { vertical-align: top; }
         div.directive     { background:     #EEEEEE;
                             padding:        10pt 10pt 10pt 20pt; }
         div.directive td  { vertical-align: baseline; }