Skip to content

Commit

Permalink
Minor edits; 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukenickerson committed Feb 14, 2017
1 parent 04a46ad commit 5fd6347
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file added images/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link href='http://fonts.googleapis.com/css?family=Oxygen+Mono|Oxygen' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/notifier.css" />
<link rel="stylesheet" href="styles/eye_of_providence.css" />
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion scripts/all_seeing.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RocketBoots.loadComponents([
{"notifier": "Notifier"},
{"storage": "Storage"}
],
version: "v1.2-beta1"
version: "v1.2.0"
});
var curr = g.currencies = g.incrementer.currencies;

Expand Down
3 changes: 3 additions & 0 deletions styles/eye_of_providence.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ section.progress {
position: relative;
text-align: center;
margin: 0 auto;
max-width: 100em;
}
.mindControlPercent,
.upgradeUnlockedPercent {
Expand Down Expand Up @@ -229,6 +230,8 @@ section.progress {
display: none;
width: 100%;
min-height: 10em;
max-width: 100em;
margin: 0 auto;
/* overflow: auto; */
}

Expand Down

0 comments on commit 5fd6347

Please sign in to comment.