diff options
-rw-r--r-- | www/advanced-search-body.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www/advanced-search-body.css b/www/advanced-search-body.css index a54100f..47398ae 100644 --- a/www/advanced-search-body.css +++ b/www/advanced-search-body.css @@ -25,7 +25,16 @@ /* * Project, Package, and Version tables. */ -table.project, .package, table.version, #filter +table.project +{ + margin-top: 1.7em; + margin-bottom: -1.2em; + + padding-top: .4em; + padding-bottom: .4em; +} + +.package, table.version, #filter { margin-top: .8em; margin-bottom: .8em; |