').html(doc[1]); }
- return $('').append(dl, " ") } ) )),
- $('').append( $.map( value['tags'], function ( tag, i ) {
- return addfilterlink ( tag, tag, "possible" ); } ) ),
+ return $('').append(dl, " ") } ) ))
+ .append($('').attr("class","doctags").html(value['tags'].length > 0 ? "Tags: " : "").append( $.map( value['tags'], function ( tag, i ) {
+ return addfilterlink ( tag, tag, "possible" ); } ) )),
bstatus ); }
var pkgdb = {};
diff --git a/pkgs/plt-services/meta/pkg-index/official/static/style.css b/pkgs/plt-services/meta/pkg-index/official/static/style.css
index 91c40a42c3..c6f6fbdb1c 100644
--- a/pkgs/plt-services/meta/pkg-index/official/static/style.css
+++ b/pkgs/plt-services/meta/pkg-index/official/static/style.css
@@ -171,16 +171,21 @@ tr#pi_delete_row td {
min-width: 1em;
}
.packages .authors a {
+ font-size: small;
display: block;
color: black;
}
-.packages .docs {
+.packages .doctags {
+ font-weight: bold;
display: block;
}
-.packages tr td:nth-child(6) {
- text-align: center;
+.packages .doctags a {
+ font-weight: normal;
}
-.packages tr td:nth-child(6) a {
+.packages tr td:nth-child(4) {
+ width: 19em;
+}
+.packages tr td:nth-child(4) a {
text-decoration: none;
}
|