Skip to content

Commit

Permalink
Item11035: applied page height patch for printing because although it…
Browse files Browse the repository at this point in the history
… isn't broken for simple printing, the patch makes sense and should help Prince et al to do a better job of printing over-height content

git-svn-id: http://svn.foswiki.org/trunk@17313 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Mar 13, 2014
1 parent 165a8a3 commit 69a324e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion PatternSkin/pub/System/PatternSkin/print_src.css
Expand Up @@ -301,7 +301,13 @@
.foswikiGrayText a:visited {
color:#666; /*T7*/
}

/* Item11035 */
html, body {
height: auto;
}
#patternFloatWrap {
float: none;
}

/* define custom print styles here */

Expand Down

0 comments on commit 69a324e

Please sign in to comment.