0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 05:52:46 +00:00

I think I have all the desired modes in place.

I feel like this is ugly code and maybe there are prettier ways to do
it, but it functions as I *believe* is currently desired.
This commit is contained in:
David Bolack
2024-02-06 21:47:15 -06:00
parent 283c2b5ae1
commit 703e207970
2 changed files with 59 additions and 12 deletions

View File

@@ -896,7 +896,13 @@
white-space: normal !important;
}
dd {
display: block
}
p + dl { margin-top : 0.17cm; }
dt {
display : inline;
margin-right : 5px;
@@ -904,6 +910,19 @@
}
}
// *****************************
// * Inline Definition Lists
// *****************************/
.inlineDL dd {
display: inline !important
}
.inlineDL dd:after{
display: block;
content: '';
}
// *****************************
// * WIDE
// *****************************/