Skip to content

Commit

Permalink
Remove parentheses from download page (#1627)
Browse files Browse the repository at this point in the history
Remove the parentheses around the file sizes for a cleaner look.
  • Loading branch information
RunDevelopment authored and mAAdhaTTah committed Jan 23, 2019
1 parent 393ab16 commit 2ce0666
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@
display: none;
}

.filesize::before,
.filesize::after {
font-weight: normal;
}

.filesize::before {
content: '(';
}

.filesize::after {
content: ')';
}

#components {
overflow: hidden;
}
Expand Down

0 comments on commit 2ce0666

Please sign in to comment.