8000 ivanpier · ivanpierdeveloper/create-file@c517f2c · GitHub
[go: up one dir, main page]

Skip to content

Commit c517f2c

Browse files
ivanpier
1 parent 92b2991 commit c517f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,9 @@ class Classi {
532532
'<tbody>';
533533
for (var i = 0; i < data.length; i++) {
534534
if (i % 2 == 0) {
535-
table += '<tr style="background-color: rgb(32, 178, 170); color: white; text-align: center;">';
535+
table += '<tr style="background-color: rgb(32, 178, 170); color: white; text-align: center; height: 20px;">';
536536
} else {
537-
table += '<tr style="background-color: rgb(135, 206, 250); color: white; text-align: center;">';
537+
table += '<tr style="background-color: rgb(135, 206, 250); color: white; text-align: center; height: 20px;">';
538538
}
539539
for (var j = 0; j < data[i].length; j++) {
540540
// if (tipo[i] == "NIL") { continue };

0 commit comments

Comments
 (0)
0