8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b2991 commit c517f2cCopy full SHA for c517f2c
docs/script.js
@@ -532,9 +532,9 @@ class Classi {
532
'<tbody>';
533
for (var i = 0; i < data.length; i++) {
534
if (i % 2 == 0) {
535
- table += '<tr style="background-color: rgb(32, 178, 170); color: white; text-align: center;">';
+ table += '<tr style="background-color: rgb(32, 178, 170); color: white; text-align: center; height: 20px;">';
536
} else {
537
- table += '<tr style="background-color: rgb(135, 206, 250); color: white; text-align: center;">';
+ table += '<tr style="background-color: rgb(135, 206, 250); color: white; text-align: center; height: 20px;">';
538
}
539
for (var j = 0; j < data[i].length; j++) {
540
// if (tipo[i] == "NIL") { continue };
0 commit comments