Fix whitespace

docs
mdPlusPlus 3 years ago
parent 4afe18b0af
commit 5c961f0bcb

@ -97,8 +97,7 @@ function sortTable(n) {
switching = true;
// Set the sorting direction to ascending:
dir = "asc";
/* Make a loop that will continue until
no switching has been don*e: */
// Make a loop that will continue until no switching has been done:
while (switching) {
// Start by saying: no switching is done:
switching = false;

@ -27,10 +27,10 @@
/* <Colors> */
:root {
--session-classic-dark-green: #31f196;
--session-classic-dark-gray-one: #414141;
--session-classic-dark-gray-two: #2d2d2d;
--session-classic-dark-gray-three: #1b1b1b;
/*--session-classic-dark-green: #31f196;*/
/*--session-classic-dark-gray-one: #414141;*/
/*--session-classic-dark-gray-two: #2d2d2d;*/
/*--session-classic-dark-gray-three: #1b1b1b;*/
--alternate-row-color: #e8e8e8;
}
#tbl_communities th { background-color: lightgray; }

Loading…
Cancel
Save