Private
Public Access
1
0

improving correlation matrix

This commit is contained in:
Sander Roosendaal
2019-10-04 09:24:10 +02:00
parent 0656ed3a26
commit 65db7ee6d8
4 changed files with 62 additions and 25 deletions

View File

@@ -124,14 +124,14 @@ th {
th.rotate {
/* Something you can count on */
height: 78px;
height: 120px;
white-space: nowrap;
}
th.rotate > div {
transform:
/* Magic Numbers */
translate(18px, 51px)
translate(28px, 91px)
/* 45 is really 360 - 45 */
rotate(315deg);
width: 30px;