Skip to content

Commit 5fc5187

Browse files
authored
Merge pull request #49 from quinox/printfix
Hide empty white square when printing
2 parents e18bb85 + 891eae5 commit 5fc5187

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stylesheets/application.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ input:focus {
100100
background-color: rgba(255, 255, 255, 0.9);
101101
}
102102

103+
@media print {
104+
#menu {
105+
display: none;
106+
}
107+
}
108+
103109
#top-menu.open{
104110
left: 0;
105111
}

0 commit comments

Comments
 (0)