numerous updates

This commit is contained in:
Ross
2022-05-20 20:26:02 +01:00
parent 0373b22e78
commit 77ccdbc92a
246 changed files with 22615 additions and 2409 deletions
+3 -3
View File
@@ -7,15 +7,15 @@ h1 {
}
pre.highlight code * {
white-space: nowrap; // this sets all children inside to nowrap
white-space: nowrap; /* this sets all children inside to nowrap */
}
pre.highlight {
overflow-x: auto; // this sets the scrolling in x
overflow-x: auto; /* this sets the scrolling in x */
}
pre.highlight code {
white-space: pre; // forces <code> to respect <pre> formatting
white-space: pre; /* forces <code> to respect <pre> formatting */
}
.main-container {