0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 09:12:45 +00:00

remove .ppr_msg styling

This message doesn't exist anymore (i'm pretty sure), so this is just unused styling.  Unrleated to the PR, but just minor.
This commit is contained in:
Gazook89
2024-08-23 19:26:41 -05:00
parent 77421c2950
commit 627a6a732b

View File

@@ -37,18 +37,6 @@
.pane { position : relative; }
.ppr_msg {
position : absolute;
bottom : 0;
left : 0px;
z-index : 1000;
padding : 8px 10px;
font-size : 10px;
font-weight : 800;
color : white;
background-color : #333333;
}
@media print {
.toolBar { display : none; }
.brewRenderer {