Commit 2ce0666dd373572308786de3245adf013a37c236

Michael Schmidt 2019-01-23T02:54:47

Remove parentheses from download page (#1627) Remove the parentheses around the file sizes for a cleaner look.

diff --git a/download.html b/download.html
index 3b43f8e..3c55072 100644
--- a/download.html
+++ b/download.html
@@ -43,19 +43,6 @@ form > p:first-of-type > label {
 	display: none;
 }
 
-.filesize::before,
-.filesize::after {
-	font-weight: normal;
-}
-
-.filesize::before {
-	content: '(';
-}
-
-.filesize::after {
-	content: ')';
-}
-
 #components {
 	overflow: hidden;
 }