diff --git a/test/fake-moodle/css/style.css b/test/fake-moodle/css/style.css index db51b89..0a36ffc 100644 --- a/test/fake-moodle/css/style.css +++ b/test/fake-moodle/css/style.css @@ -70,23 +70,23 @@ img { height: 5rem; } -table { +.style-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; } -th, -td { +.style-table th, +.style-table td { border: 1px solid #ddd; padding: 8px; text-align: left; } -th { +.style-table th { background-color: #f2f2f2; } -tr:nth-child(even) { +.style-table tr:nth-child(even) { background-color: #f2f2f2; } diff --git a/test/fake-moodle/index.html b/test/fake-moodle/index.html index aedbc03..6053122 100644 --- a/test/fake-moodle/index.html +++ b/test/fake-moodle/index.html @@ -273,7 +273,7 @@

Give me the id of the personn who have a car

- +
id