0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 19:02:38 +00:00

Merge pull request #1547 from Gazook89/Fix-improper-css-values

Fix two css values throwing errors in console
This commit is contained in:
Trevor Buckner
2021-08-21 00:55:18 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

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