mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 02:02:51 +00:00
Change to nested lists, shrink font to match PHB
This commit is contained in:
@@ -1111,16 +1111,21 @@ break-inside : avoid;
|
||||
// *****************************/
|
||||
.page {
|
||||
.index {
|
||||
font-size:11px;
|
||||
font-size : 0.218cm;
|
||||
|
||||
ul ul {
|
||||
margin : 0;
|
||||
}
|
||||
|
||||
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;
|
||||
padding-left : 0;
|
||||
text-indent : 0;
|
||||
list-style-type : none;
|
||||
}
|
||||
|
||||
& > ul > li {
|
||||
text-indent : -1.5em;
|
||||
padding-left : 1.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user