Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Codecrew / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 30
  • Merge Requests 2
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • ..
  • css
  • print.css
  • Tuomas Riihimäki's avatar
    Move packages to correct maven supported directories · 243983c0
    Tuomas Riihimäki committed Sep 13, 2014
    243983c0
print.css 217 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
@media print {
	header,#menu,.flex1,#header_left,#header_center,#header_right,nav,#menu,.languageSelector
	{
		display: none;
	}
	#main {
		background: none;
		border: none;
	}
	
	.no_print {
		display: none;
	}
	
	
}