Skip to content

Commit

Permalink
Revert "Labels changes according to options"
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh authored Nov 10, 2016
1 parent af9f2fe commit c0affba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions result/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html ng-app="catsvsdogs">
<head>
<meta charset="utf-8">
<title>Java vs .Net -- Result</title>
<title>Cats vs Dogs -- Result</title>
<base href="/index.html">
<meta name = "viewport" content = "width=device-width, initial-scale = 1.0">
<meta name="keywords" content="docker-compose, docker, stack">
Expand All @@ -19,13 +19,13 @@
<div id="content-container">
<div id="content-container-center">
<div id="choice">
<div class="choice java">
<div class="label">Java</div>
<div class="choice cats">
<div class="label">Cats</div>
<div class="stat">{{aPercent | number:1}}%</div>
</div>
<div class="divider"></div>
<div class="choice dotnet">
<div class="label">.Net</div>
<div class="choice dogs">
<div class="label">Dogs</div>
<div class="stat">{{bPercent | number:1}}%</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions result/views/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c0affba

Please sign in to comment.