mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 23:12:39 +00:00
Merge pull request #3079 from 5e-Cleric/fix-indent-in-monster-blocks
fix indent in monster blocks
This commit is contained in:
@@ -443,6 +443,8 @@ body { counter-reset : phb-page-numbers; }
|
|||||||
tr { background-color : transparent; }
|
tr { background-color : transparent; }
|
||||||
td,th { padding : 0px; }
|
td,th { padding : 0px; }
|
||||||
}
|
}
|
||||||
|
//indent fix after bulleted lists
|
||||||
|
:is(ul,ol) + p { text-indent : 0; }
|
||||||
|
|
||||||
:last-child { margin-bottom : 0; }
|
:last-child { margin-bottom : 0; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user