diff options
author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-30 11:17:21 +0200 |
---|---|---|
committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-05-30 11:17:21 +0200 |
commit | c44eb057150670df61268a4c686eae274beb7352 (patch) | |
tree | b699334906d36b425e9dce39a76a52bd7c6f44b1 /css | |
parent | caa9d9178232885b7e02aab8be94e01e438cc1d7 (diff) |
Align cells on top
Diffstat (limited to 'css')
-rw-r--r-- | css/rpmphp.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/css/rpmphp.css b/css/rpmphp.css index d98ead4..4d5deed 100644 --- a/css/rpmphp.css +++ b/css/rpmphp.css @@ -44,6 +44,10 @@ a{ text-decoration:none; } +td{ + vertical-align:top; +} + a:hover{ text-decoration:underline; } @@ -174,13 +178,14 @@ p{ display:inline-block; position:absolute; right:1em; + top:0; } #filter fieldset{ padding:.2em; } -#count_found{ +#list-packages tfoot td{ text-align:right; font-size:.9em; font-style:italic; |