0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 17:22:49 +00:00

Adding in notes and adding more to blocks

This commit is contained in:
Scott Tolksdorf
2017-02-26 17:42:21 -05:00
parent ef0265f4fa
commit 234d216d64
11 changed files with 215 additions and 25 deletions

View File

@@ -15,7 +15,7 @@
@import './phb.blocks.less';
@page { margin: 0; }
@page { margin: 0; } //????
.useColumns(@multiplier : 1){
@@ -171,6 +171,7 @@
//*****************************
// * NOTE
// *****************************/
/*
blockquote{
.useSansSerif();
box-sizing : border-box;
@@ -187,6 +188,7 @@
line-height : 1.1em;
}
}
*/
//If a note starts a column, give it space at the top to render border
pre+blockquote, h2+blockquote, h3+blockquote, h4+blockquote, h5+blockquote {
margin-top : 13px;
@@ -416,6 +418,7 @@
//*****************************
// * CLASS TABLE
// *****************************/
/*
.descriptive{
display : block-inline;
margin-bottom : 1em;
@@ -447,6 +450,7 @@
pre+.descriptive{
margin-top : 8px;
}
*/
//*****************************
// * TABLE OF CONTENTS
// *****************************/