Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • resources
  • css
  • kt-print.css
  • new print stylesheet. fixes ...
    975c608d
    KTS-79        Printable document details
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4679 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-24 16:26:57 +0000  
    Browse Code ยป
kt-print.css 188 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
/* Print Stylesheet for KT3
 *
 */
 
#logobar,
#navbar,
#portletbar,
#content h1,
#copyrightbar
{ display: none; }

#content 
{
   padding-left: 0;
}

#content h2 {
   font-size: 125%;
}