Fix whitespace

docs
mdPlusPlus 3 years ago
parent 4afe18b0af
commit 5c961f0bcb

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

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

Loading…
Cancel
Save