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

Simplification of CSS

This commit is contained in:
Trevor Buckner
2024-03-07 23:46:10 -05:00
parent cd537f98c7
commit f6c0b0d6fc
4 changed files with 12 additions and 61 deletions

View File

@@ -319,30 +319,6 @@
padding : 0px;
margin-bottom : 0.325cm;
dl {
padding: 0px;
}
dt::before {
display: block;
}
dt:nth-child(1n+2)::before {
content: "";
display: block;
}
dt {
display: inline;
margin-right : 5px;
margin-left : 0em;
padding: 0px;
}
dd {
display: inline;
}
//Headers
h2 {
margin : 0;
@@ -886,36 +862,14 @@
dl {
line-height : 1.25em;
& + * { margin-top : 0.17cm; }
white-space: normal !important;
}
dd {
display: block
}
p + dl { margin-top : 0.17cm; }
dt {
display : inline;
dt {
margin-right : 5px;
margin-left : -1em;
}
}
// *****************************
// * Inline Definition Lists
// *****************************/
.inlineDL dd {
display: inline !important
}
.inlineDL dd:after{
display: block;
content: '';
}
// *****************************
// * WIDE
// *****************************/