mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 10:40:09 +01:00 
			
		
		
		
	enhanced print view
This commit is contained in:
		@@ -1,3 +1,17 @@
 | 
			
		||||
@charset "UTF-8";
 | 
			
		||||
 | 
			
		||||
@import "base/generic";
 | 
			
		||||
 | 
			
		||||
.showInPrintView {
 | 
			
		||||
  display: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media print {
 | 
			
		||||
  .hideInPrintView {
 | 
			
		||||
    display:none;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .showInPrintView {
 | 
			
		||||
    display: initial;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user