').html(doc[1]); }
+ return $('').append(dl, " ") } ) )),
$('').append( $.map( value['tags'], function ( tag, i ) {
return addfilterlink ( tag, tag, "possible" ); } ) ),
bstatus ); }
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 10ed7b5d17..91c40a42c3 100644
--- a/pkgs/plt-services/meta/pkg-index/official/static/style.css
+++ b/pkgs/plt-services/meta/pkg-index/official/static/style.css
@@ -123,9 +123,14 @@ div.delete {
#footer {
width: 100%;
text-align: right;
+ color: white;
background: black; /* #FFCC66; */
padding-right: 3em;
}
+#footer a {
+ color: white;
+ font-weight: bold;
+}
div.install {
width: 50%;
@@ -169,6 +174,9 @@ tr#pi_delete_row td {
display: block;
color: black;
}
+.packages .docs {
+ display: block;
+}
.packages tr td:nth-child(6) {
text-align: center;
}
|