added assets from html2print

This commit is contained in:
Bachir Soussi Chiadmi
2017-05-23 21:31:22 +02:00
parent c94e273a76
commit 55dc8cead4
13 changed files with 1064 additions and 77968 deletions
+14
View File
@@ -0,0 +1,14 @@
/**
* DEBUG STYLES
*/
.debug .header { outline: 1px solid pink; }
.debug .body { outline: 1px solid purple; }
.debug .footer { outline: 1px solid pink; }
.debug .region-break {
border-top: 1px dashed blue;
box-sizing: border-box;
}
.debug img { outline: 1px solid blue; }