summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-30 19:23:44 +0200
committerJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-30 19:23:44 +0200
commit2baf2751ee59b6dd6e1b6618aaa57821915122d6 (patch)
treecbab6bef1c2d8c34bc0c541d0ff1c9d65e002ec1
parent0177ebb23872520ab05fbb2f8dae3ae56fe3672c (diff)
Only headers cells have to be aligned on top
-rw-r--r--css/rpmphp.css2
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;
}