0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 20:29:43 +00:00

Adding the brew title to the print page title, so downloads are named properly

This commit is contained in:
Scott Tolksdorf
2017-03-19 20:23:19 -04:00
parent 28a3f31caa
commit 20371a8b3d
2 changed files with 28 additions and 3 deletions

View File

@@ -1,3 +1,17 @@
.printPage{
.printPage{
position : relative;
@media print{
.printInstructions{
display : none;
}
}
.printInstructions{
position : absolute;
top : 0px;
right : 0px;
z-index : 100000;
padding : 30px;
background-color : @blue;
}
}