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