Skip to content

Commit

Permalink
fix flyangle calculation with abs-val
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Nov 30, 2015
1 parent 8b4d190 commit 1ea88b6
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions app/client/node_modules/baseball/Services/Mathinator.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions public/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ button.btn.disabled {
opacity: 0.7;
}
.text-shadow {
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.main-area {
padding: 10px 30px !important;
Expand All @@ -216,7 +216,7 @@ button.btn.disabled {
padding: 5px 10px;
border: none;
background-color: rgba(255, 255, 255, 0.15);
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.main-area .list-group-item strong {
font-size: 140%;
Expand Down Expand Up @@ -433,7 +433,7 @@ button.btn.disabled {
width: 100%;
margin: -25px auto auto;
color: white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.batter-stats .rating-block {
margin: 0 0 -1px 0;
Expand Down Expand Up @@ -805,16 +805,16 @@ aside.image-panel.right {
background: radial-gradient(ellipse 1000px 300px at 41% -50px, #1e528e 0%, #154277 0%, #576e71 30%, #e1c45e 70%, #b26339 100%);
}
.main-area .sky-gradient-19 {
background: radial-gradient(ellipse 1000px 300px at 41% -50px, #1e528e 0%, #163C52 0%, #4F4F47 30%, #C5752D 60%, #B7490F 80%, #2F1107 100%);
background: radial-gradient(ellipse 1000px 300px at 41% -50px, #1e528e 0%, #163c52 0%, #4f4f47 30%, #c5752d 60%, #b7490f 80%, #2f1107 100%);
}
.main-area .sky-gradient-20 {
background: radial-gradient(ellipse 1000px 300px at 41% -50px, #1e528e 0%, #071B26 0%, #071B26 30%, #8A3B12 80%, #240E03 100%);
background: radial-gradient(ellipse 1000px 300px at 41% -50px, #1e528e 0%, #071b26 0%, #071b26 30%, #8a3b12 80%, #240e03 100%);
}
.main-area .sky-gradient-21 {
background: radial-gradient(ellipse 1000px 300px at 41% -50px, #1e528e 0%, #010A10 30%, #59230B 80%, #2F1107 100%);
background: radial-gradient(ellipse 1000px 300px at 41% -50px, #1e528e 0%, #010a10 30%, #59230b 80%, #2f1107 100%);
}
.main-area .sky-gradient-22 {
background: radial-gradient(ellipse 1000px 300px at 41% -50px, #1e528e 0%, #090401 50%, #4B1D06 100%);
background: radial-gradient(ellipse 1000px 300px at 41% -50px, #1e528e 0%, #090401 50%, #4b1d06 100%);
}
.main-area .sky-gradient-23 {
background: radial-gradient(ellipse 1000px 300px at 41% -50px, #1e528e 0%, #00000c 80%, #150800 100%);
Expand Down
24 changes: 12 additions & 12 deletions public/js/application.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions public/js/application.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/sourcemaps/application.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/sourcemaps/application.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/sourcemaps/vendor.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/js/vendor.min.js

Large diffs are not rendered by default.

0 comments on commit 1ea88b6

Please sign in to comment.