improving correlation matrix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user