mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-20 01:02:48 +00:00
Initial draft
This commit is contained in:
@@ -941,3 +941,21 @@ break-inside : avoid;
|
||||
}
|
||||
}
|
||||
}
|
||||
//*****************************
|
||||
// * INDEX
|
||||
// *****************************/
|
||||
.page {
|
||||
.index {
|
||||
font-size:11px;
|
||||
|
||||
ul {
|
||||
margin-bottom: .5em;
|
||||
padding-left: 1em;
|
||||
text-indent: -1em;
|
||||
list-style-type: none;
|
||||
-webkit-column-break-inside: auto;
|
||||
page-break-inside: auto;
|
||||
break-inside: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user