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; }
@ -58,7 +58,7 @@
padding-top: 100px; /* Location of the box */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
/*overflow: auto;*/ /* Enable scroll if needed */
/*overflow: auto;*/ /* Enable scroll if needed */
}
.qr-code-modal-content {

Loading…
Cancel
Save