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