mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-04 17:16:36 +00:00
deploy: 77ed3f431a
This commit is contained in:
parent
b113edf984
commit
1a5f1849ff
285 changed files with 7484 additions and 7484 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue