Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Linnea Samila / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • 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
  • Tuukka Kivilahti's avatar
    now manager can manage participants. Also printing style · 05c013a2
    Tuukka Kivilahti committed Jul 19, 2014
    05c013a2 Browse Files
print.css 213 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
@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;
	}
}