
pgollucci at apache
May 10, 2009, 9:33 PM
Post #1 of 1
(500 views)
Permalink
|
|
svn commit: r773459 - /perl/modperl/docs/trunk/src/print.css
|
|
Author: pgollucci Date: Mon May 11 04:33:09 2009 New Revision: 773459 URL: http://svn.apache.org/viewvc?rev=773459&view=rev Log: sync local changes on people to svn Modified: perl/modperl/docs/trunk/src/print.css Modified: perl/modperl/docs/trunk/src/print.css URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/print.css?rev=773459&r1=773458&r2=773459&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/print.css (original) +++ perl/modperl/docs/trunk/src/print.css Mon May 11 04:33:09 2009 @@ -1,36 +1,36 @@ -/*** main elements ***/ - -/* body specs */ - - -.body-margins { - position: absolute; - top: 0px; - left: 0px; - - /* this border MUST be _0px_ for ns4 and others */ - border: 0px; - - padding: 0px 0px 0px 0px; - margin: 0px 10px 0px 10px; - background-image: none; - -} - -/* opera */ -body[class="body-margins"] { - width: auto !important; -} - -.noPrint { - display:none; -} - -div.rightbox { - position: inherit; /*this can not be relative, absolute or unspecifed*/ - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; - border: 1px; /* this border MUST be _1px_ for ns4 */ - background-color: #ffffff; - color: #000000; -} +/*** main elements ***/ + +/* body specs */ + + +.body-margins { + position: absolute; + top: 0px; + left: 0px; + + /* this border MUST be _0px_ for ns4 and others */ + border: 0px; + + padding: 0px 0px 0px 0px; + margin: 0px 10px 0px 10px; + background-image: none; + +} + +/* opera */ +body[class="body-margins"] { + width: auto !important; +} + +.noPrint { + display:none; +} + +div.rightbox { + position: inherit; /*this can not be relative, absolute or unspecifed*/ + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; + border: 1px; /* this border MUST be _1px_ for ns4 */ + background-color: #ffffff; + color: #000000; +} --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|