mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 10:22:38 +00:00
Fixed h1 headers not goign full width
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# changelog
|
# changelog
|
||||||
|
|
||||||
|
### Saturday, 20/02/2016
|
||||||
|
* Fixed h1 headers not going full width (thanks McToomin27)
|
||||||
|
|
||||||
## v1.3.0
|
## v1.3.0
|
||||||
|
|
||||||
### Friday, 19/02/2016
|
### Friday, 19/02/2016
|
||||||
|
|||||||
@@ -95,10 +95,10 @@
|
|||||||
color : @headerText;
|
color : @headerText;
|
||||||
}
|
}
|
||||||
h1{
|
h1{
|
||||||
column-span : 2;
|
column-span : all;
|
||||||
font-size : 28pt;
|
font-size : 28pt;
|
||||||
-webkit-column-span : 2;
|
-webkit-column-span : all;
|
||||||
-moz-column-span : 2;
|
-moz-column-span : all;
|
||||||
&+p::first-letter{
|
&+p::first-letter{
|
||||||
float : left;
|
float : left;
|
||||||
font-family : Solberry;
|
font-family : Solberry;
|
||||||
|
|||||||
@@ -243,10 +243,10 @@ table {
|
|||||||
color: #58180D;
|
color: #58180D;
|
||||||
}
|
}
|
||||||
.phb h1 {
|
.phb h1 {
|
||||||
column-span: 2;
|
column-span: all;
|
||||||
font-size: 28pt;
|
font-size: 28pt;
|
||||||
-webkit-column-span: 2;
|
-webkit-column-span: all;
|
||||||
-moz-column-span: 2;
|
-moz-column-span: all;
|
||||||
}
|
}
|
||||||
.phb h1 + p::first-letter {
|
.phb h1 + p::first-letter {
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user