Login   Register  
Icontem

File: css/print.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Arturs Sosins  >  Web Notes  >  css/print.css  >  Download  
File: css/print.css
Role: Auxiliary data
Content type: text/plain
Description: Print styles
Class: Web Notes
Manage user notes like Opera
Author: By
Last change:
Date: 2013-11-25 08:56
Size: 198 bytes
 

Contents

Class file image Download
html, body
{
	padding: 0;
	margin: 0;
	font-size: 13px;
	overflow: hidden;
}
#notesContent
{
	width:100%;
	height: 100%;
	border: none;
}
#notesToolbar, #notesTree, #notesResizer
{
	display: none;
}