Skip to content

Commit

Permalink
compressed chart.js
Browse files Browse the repository at this point in the history
  • Loading branch information
octopoulos authored and Aloril committed Feb 16, 2021
1 parent c3d3db2 commit 075f612
Show file tree
Hide file tree
Showing 17 changed files with 645 additions and 627 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ c++/*.html
c++/*.js
c++/*.wasm
c++/shared*
chart2.js
coverage/
crash.json
create_list.js
Expand Down
19 changes: 9 additions & 10 deletions css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ verts {
}

/* helpers */
.h100 {
height: 100%;
}
.mirror {
transform: scale(-1, 1);
}
a,
img,
.noselect,
Expand All @@ -117,6 +111,12 @@ img,
-webkit-user-drag: none;
user-select: none;
}
.h100 {
height: 100%;
}
.mirror {
transform: scale(-1, 1);
}
.nowrap {
white-space: nowrap;
}
Expand All @@ -129,9 +129,6 @@ img,
.resize {
font-size: 0.8em;
}
.tshadow {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.small {
font-size: 0.9em;
}
Expand All @@ -144,6 +141,9 @@ img,
.tar {
text-align: right;
}
.tshadow {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.w100 {
width: 100%;
}
Expand Down Expand Up @@ -361,7 +361,6 @@ grid {
}
#popup > grid > div {
padding: 0 0.5em;
/* word-break: break-all; */
}
.popup {
background: rgba(40, 40, 40, 0.96);
Expand Down
Loading

0 comments on commit 075f612

Please sign in to comment.