0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 02:14:39 +00:00

Improved first letter rendering for firefox

This commit is contained in:
Scott Tolksdorf
2016-01-21 22:23:11 -05:00
parent ba77908a50
commit 3d53f08276

View File

@@ -84,15 +84,14 @@
color : @headerText; color : @headerText;
} }
h1{ h1{
column-span : all; column-span : 2;
font-size : 28pt; font-size : 28pt;
-webkit-column-span : all; -webkit-column-span : 2;
-moz-column-span : all; -moz-column-span : 2;
&+p::first-letter{ &+p::first-letter{
float : left; float : left;
margin-top : 0.4em;
margin-bottom : 0.4em;
font-family : Solberry; font-family : Solberry;
line-height: 0.8em;
font-size : 10em; font-size : 10em;
color : #222; color : #222;
} }
@@ -326,9 +325,9 @@
list-style-type : none; list-style-type : none;
} }
hr+hr+table, hr+hr+blockquote{ hr+hr+table, hr+hr+blockquote{
column-span : all; column-span : 2;
-webkit-column-span : all; -webkit-column-span : 2;
-moz-column-span : all; -moz-column-span : 2;
} }
//Column Break //Column Break
pre{ pre{
@@ -341,8 +340,9 @@
p,ul,blockquote,table{ p,ul,blockquote,table{
z-index : 15; z-index : 15;
-webkit-column-break-inside : avoid; -webkit-column-break-inside : avoid;
-moz-column-break-inside : avoid;
column-break-inside : avoid; column-break-inside : avoid;
page-break-inside: avoid;
break-inside: avoid;
} }
//Better spacing for spell blocks //Better spacing for spell blocks
h4+p+hr+ul{ h4+p+hr+ul{