Skip to content

Commit

Permalink
assets/style.css: enhance cgit style
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Savitz <[email protected]>
  • Loading branch information
theyoyojo committed Jan 21, 2025
1 parent 59a6c2c commit a452261
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,6 @@ li {
margin: 1rem 0;
}

#cgit .logo {
display: none;
}
/* Search bar */
#cgit > table > tbody > tr > td > form {
float: right;
Expand Down Expand Up @@ -441,11 +438,6 @@ li {
font-family: courier, mono;
}

/* hide the 'plain' button from 'tree' view */
#cgit .list > tbody > tr > td:last-child > .button:last-child {
display: none;
}

#cgit ul.pager {
display: flex;
justify-content: center;
Expand All @@ -463,3 +455,7 @@ li {
#cgit .content > a {
display: none;
}

#cgit a.button {
margin: 5px;
}

0 comments on commit a452261

Please sign in to comment.