This commit is contained in:
McShelby 2024-04-12 15:30:57 +00:00
parent b113edf984
commit 1a5f1849ff
285 changed files with 7484 additions and 7484 deletions

View file

@ -1,6 +1,6 @@
@media all and (-ms-high-contrast:none) {
/* ----------------------------------------------- */
/* turn off LTR support as it is dependend on CSS properties that aren't supported by IE11 */
/* turn off LTR support as it is depending on CSS properties that aren't supported by IE11 */
html {
direction: ltr !important;
}

View file

@ -672,7 +672,7 @@ p:empty {
display: none;
}
/* in case of image render hook, Hugo may generate empty <p>s that we want to ignore aswell, so a simple :first-child or :last-child is not enough */
/* in case of image render hook, Hugo may generate empty <p>s that we want to ignore as well, so a simple :first-child or :last-child is not enough */
#R-body table th > :nth-child(1 of :not(:empty)),
#R-body table th > :nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),
#R-body table td > :nth-child(1 of :not(:empty)),