0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 03:12:44 +00:00

Fix CSS manually.

This commit is contained in:
David Bolack
2025-07-16 13:20:37 -05:00
parent 54777def34
commit ca53cb4700

View File

@@ -494,10 +494,8 @@ body { counter-reset : page-numbers 0; }
.resetCounting { counter-set : page-numbers 1; }
<<<<<<< HEAD
&:not(:has(.skipCounting)) {
counter-increment : page-numbers;
}
&:not(:has(.skipCounting)) { counter-increment : page-numbers; }
}
//*******************************
@@ -564,10 +562,6 @@ body { counter-reset : page-numbers 0; }
.ol-noIndent ol li:not(:last-child) {
margin-bottom: 0.5em;
}
=======
&:not(:has(.skipCounting)) { counter-increment : page-numbers; }
>>>>>>> master
}
// *****************************