changeset 167:921ab40baff4

Fixed vertical alignment of the news table cells.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 02 Nov 2011 11:51:58 +0000
parents 28ba010fce96
children 70d8e39bbaa8
files xsls/style.xsls
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/style.xsls	Wed Nov 02 11:50:40 2011 +0000
+++ b/xsls/style.xsls	Wed Nov 02 11:51:58 2011 +0000
@@ -7,7 +7,7 @@
         body              { font-family:    Georgia, serif; }
         p                 { text-align:     justify; }
         table.news p      { margin-top:     0; }
-        table.news td     { vertical-align: top; }
+        table.news td     { vertical-align: baseline; }
         table.news .date  { text-align:     right;
                             padding-right:  0.5em;
                             white-space:    nowrap; }