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:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
// *****************************
|
||||
|
||||
Reference in New Issue
Block a user