0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 09:42:43 +00:00

Remove V4 cruft that should never have been merged

This commit is contained in:
David Bolack
2025-01-14 06:58:48 -06:00
parent d75db5d378
commit 4958ade937
9 changed files with 0 additions and 1123 deletions

View File

@@ -506,22 +506,3 @@ body { counter-reset : page-numbers 0; }
}
}
//*****************************
//* Forced Justification
//* DELETE WHEN V4 GOES LIVE
//*****************************/
.page {
.mdParagraphJustifyLeft {
text-align: left;
}
.mdParagraphJustifyRight {
text-align: right;
}
.mdParagraphJustifyCenter {
text-align: center;
}
}