1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 20:16:33 +02:00

Improved DOMRect test page.

This commit is contained in:
kkapsner 2019-03-16 00:52:28 +01:00
parent 137c1688ba
commit 786295d920
3 changed files with 77 additions and 12 deletions

View file

@ -27,6 +27,19 @@
border: 1px solid #c7c7c7;
padding: 0.4em;
}
.test .data td.value {
text-align: right;
}
.small {
font-size: 0.8em;
color: gray;
}
.rectHash {
font-size: 4px;
}
.rectHash:hover {
font-size: 100%;
}
</style>
</head>
<body>