Skip to content

Commit

Permalink
www/all_packages- remove tag icon to sync with version page
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Feb 1, 2022
1 parent 428ae4c commit 9dc7463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/all_packages.pek
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
div(
h3[class="wide-title" style="margin-bottom: 0;"](
a[href=("../"{#get_user_path this.owner}"/"{this.name})]({#get_user_path this.owner}"/"{this.name})
div(i[class="tag icon"]span({this.latest_version}))
div(small({this.latest_version}))
)
{#if this.description}
div({this.description}" ")
Expand Down
3 changes: 2 additions & 1 deletion www/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ img.badge {
#page-version section > ul li .icon {
font-size: 1.5em;
}
#page-version section h1 small {
#page-version section h1 small,
.pkg-list .terminal-card h3 small {
color: #999;
}
input[type="radio"][name="tab"][id="t-readme"]:checked~div.page#readme,
Expand Down

0 comments on commit 9dc7463

Please sign in to comment.