datatable: fix a whitespace in a comment - jscancer - Javascript crap (relative… | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 332824c6a39d3582747c7c10ea1e6ba5920a3ae9 | |
parent eca02a9b8fb5bab4d0f79cc9c4727860cd192adc | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 15 Nov 2022 18:26:14 +0100 | |
datatable: fix a whitespace in a comment | |
Diffstat: | |
M datatable/datatable.css | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/datatable/datatable.css b/datatable/datatable.css | |
@@ -52,7 +52,7 @@ table.datatable tbody tr:nth-child(2n+1) td { | |
table.datatable tbody tr:hover td { | |
background-color: #d6f0ff; | |
} | |
-/* datatable lazy scroll styles below */ | |
+/* datatable lazy scroll styles below */ | |
.datatable-lazyscroll-container { | |
overflow: hidden; | |
position: relative; |