diff options
author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-30 19:23:44 +0200 |
---|---|---|
committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-30 19:23:44 +0200 |
commit | 2baf2751ee59b6dd6e1b6618aaa57821915122d6 (patch) | |
tree | cbab6bef1c2d8c34bc0c541d0ff1c9d65e002ec1 /css | |
parent | 0177ebb23872520ab05fbb2f8dae3ae56fe3672c (diff) |
Only headers cells have to be aligned on top
Diffstat (limited to 'css')
-rw-r--r-- | css/rpmphp.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/rpmphp.css b/css/rpmphp.css index 4d5deed..aeb81ea 100644 --- a/css/rpmphp.css +++ b/css/rpmphp.css @@ -44,7 +44,7 @@ a{ text-decoration:none; } -td{ +th{ vertical-align:top; } |