Commit 975c608d5184d631ada8151b3dac6dc47566b7c0

Authored by Brad Shuttleworth
1 parent 672b67df

new print stylesheet. fixes

KTS-79        Printable document details


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4679 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 20 additions and 0 deletions
resources/css/kt-print.css 0 → 100644
  1 +/* Print Stylesheet for KT3
  2 + *
  3 + */
  4 +
  5 +#logobar,
  6 +#navbar,
  7 +#portletbar,
  8 +#content h1,
  9 +#copyrightbar
  10 +{ display: none; }
  11 +
  12 +#content
  13 +{
  14 + padding-left: 0;
  15 +}
  16 +
  17 +#content h2 {
  18 + font-size: 125%;
  19 +}
  20 +