From: <ru...@us...> - 2009-09-16 14:07:52
|
Revision: 7131 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7131&view=rev Author: rurban Date: 2009-09-16 14:07:45 +0000 (Wed, 16 Sep 2009) Log Message: ----------- remove scrollbar from printable pre's Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2009-09-16 13:52:46 UTC (rev 7130) +++ trunk/themes/MonoBook/commonPrint.css 2009-09-16 14:07:45 UTC (rev 7131) @@ -201,7 +201,7 @@ white-space: pre; font-size: 8pt; overflow: auto; - padding: 1em 0; + padding: 0; } table.listing, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |