0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 18:12:40 +00:00

Merge pull request #1663 from naturalcrit/FixWideDescriptiveonLegacy

Fix accidental style change on Legacy Descriptive blocks
This commit is contained in:
Trevor Buckner
2021-09-10 22:19:21 -04:00
committed by GitHub

View File

@@ -231,11 +231,9 @@ body {
// Monster Ability table
hr+table{
margin : 0;
column-span : none;
background-color : transparent;
border-style : none;
border-image : none;
-webkit-column-span : none;
tbody{
tr:nth-child(odd), tr:nth-child(even){
background-color : transparent;
@@ -416,7 +414,6 @@ body {
// * DESCRIPTIVE TEXT BOX
// ************************************/
.phb .descriptive{
display : inline-block;
margin-bottom : 1em;
background-color : #faf7ea;
font-family : ScalySans;