diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 121a748c..de871bef 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -4,7 +4,7 @@ body { min-width: 600px; color: #555; font-family: "DejaVu Sans", sans-serif; - font-size: 14px; + font-size: 12px; } /* Divs */ #title { diff --git a/web/html/css/containers.css b/web/html/css/containers.css index c7a99731..fd3bea24 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -153,6 +153,12 @@ td.data2 { padding-left: .3em; text-align: left; } +#legend span { + padding: 1px; + margin-left: .3em; + border: solid 1px #888; + text-align: left; +} td.text { color: #000; font-size: 12px; diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index b4415d7a..b7015ce6 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -86,10 +86,9 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) {
-
-
+
+
-
|