diff --git a/files/templates/default.html b/files/templates/default.html index 24525924d..3e80bb5f6 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -292,7 +292,7 @@ {% endif %} - + diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html index 993d66bd0..199ebc605 100644 --- a/files/templates/leaderboard.html +++ b/files/templates/leaderboard.html @@ -109,7 +109,7 @@ -
top 25 by post count
+
Top 25 by post count
 
 
@@ -134,7 +134,7 @@
 
 
 
-
top 25 by comment count
+
Top 25 by comment count
 
 
@@ -161,7 +161,7 @@
 
 
 
-
top 25 by received awards
+
Top 25 by received awards
 
 
@@ -188,7 +188,7 @@
 
 
 
-
Most downvoted users
+
Top 25 by received downvotes
 
 
@@ -221,7 +221,7 @@
 
 
 	
-
top 25 by based count
+
Top 25 by based count
 
 
diff --git a/files/templates/most_downvoted.html b/files/templates/most_downvoted.html
deleted file mode 100644
index 96d023631..000000000
--- a/files/templates/most_downvoted.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "default.html" %}
-{% block content %}
-
-
-	
-
-
Most downvoted users
-

-
-{% endblock %}
\ No newline at end of file
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html
index 6a1c7941a..c753371e2 100644
--- a/files/templates/submission_listing.html
+++ b/files/templates/submission_listing.html
@@ -673,10 +673,6 @@
 		background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet );
 		text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black;
 	}
-
-	lite-youtube {
-		margin: auto
-	}
 
 
 
diff --git a/files/templates/truescore.html b/files/templates/truescore.html
deleted file mode 100644
index d34103518..000000000
--- a/files/templates/truescore.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "settings2.html" %}
-
-{% block pagetitle %}Truescore Leaderboard{% endblock %}
-
-{% block content %}
-

-
Top 25 by truescore
-

-
-
-	
-		
-		
-		
-	
-
-{% for user in users %}
-	
-		
-		
-		
-	
-{% endfor %}
-
#NameScore
{{loop.index}}{{user.username}}{{user.truecoins}}
-{% endblock %} \ No newline at end of file