diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-05-30 19:37:05 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-05-30 19:37:05 +0200 |
commit | 9a9c61c739c976a9fcbe086e03b5305b0e646d5c (patch) | |
tree | 33716a03fd9e88e5b1d2de9bde7efc8603e02d1e /css | |
parent | b613aa3f99a51e08b16b4402de2b684d3f266b66 (diff) | |
parent | 4fe73c547050003599021850f0c6099f7c224f07 (diff) |
merge
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..aeb81ea 100644 --- a/css/rpmphp.css +++ b/css/rpmphp.css @@ -44,6 +44,10 @@ a{ text-decoration:none; } +th{ + 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; |