0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 07:32:40 +00:00

Cleaning up the icons and added a fall back color for the pages

This commit is contained in:
Scott Tolksdorf
2015-12-19 22:30:09 -05:00
parent ad569f04d8
commit 144476d363
3 changed files with 19 additions and 10 deletions

View File

@@ -58,6 +58,7 @@
column-fill : auto;
column-gap : 1cm;
column-width : 8cm;
background-color: #EEE5CE;
background-image : url('/assets/naturalCrit/homebrew/assets/PHB-background.png');
-webkit-column-count : 2;
-moz-column-count : 2;
@@ -66,6 +67,8 @@
-webkit-column-gap : 1cm;
text-rendering : optimizeLegibility;
overflow: hidden;
p,ul,blockquote{
-webkit-column-break-inside : avoid;
@@ -106,9 +109,11 @@
}
//Full Spell casting table
hr+table{
-webkit-column-span : all;
column-span : all;
background-color: white;
}
table{
width : 100%;
@@ -186,6 +191,7 @@
hr+table{
-webkit-column-span : 1;
column-span : 1;
background-color: transparent;
}
table{
color : @header;