From c0affbaeaf70b7b522cf4c34a4ecc4797e509b90 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Thu, 10 Nov 2016 20:48:25 +0000 Subject: [PATCH] Revert "Labels changes according to options" --- result/views/index.html | 10 +++++----- result/views/stylesheets/style.css | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/result/views/index.html b/result/views/index.html index 06e4e96..0b6713a 100644 --- a/result/views/index.html +++ b/result/views/index.html @@ -2,7 +2,7 @@ - Java vs .Net -- Result + Cats vs Dogs -- Result @@ -19,13 +19,13 @@
-
-
Java
+
+
Cats
{{aPercent | number:1}}%
-
-
.Net
+
+
Dogs
{{bPercent | number:1}}%
diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 6c371bc..6842773 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -88,12 +88,12 @@ body{ text-transform: uppercase; } -#choice .choice.dotnet{ +#choice .choice.dogs{ color: #00cbca; float: right; } -#choice .choice.java{ +#choice .choice.cats{ color: #2196f3; float: left; }