Ticket #283 (closed Feature Request: fixed)

Opened 11 months ago

Last modified 10 months ago

Print stylesheet for Tutorials

Reported by: flickerfly Owned by: Shadowhand
Priority: minor Milestone: 2.1
Component: Kohana Website/Server Version: SVN HEAD
Keywords: website print stylesheet css Cc:

Description

As discussed in the forums: http://forum.kohanaphp.com/index.php?topic=405

It would be handy to have a print stylesheet for the website so that we could actually print out the tutorials in a readable format and take a pen to them. :-) I find it useful to be able to actually write on the code I'm supposed to be learning from.

Thanks!

Attachments

print.css (0.9 kB) - added by brettalton 10 months ago.

Change History

Changed 10 months ago by brettalton

Changed 10 months ago by brettalton

  • owner set to brettalton
  • status changed from new to assigned

Done :)

As per: http://trac.kohanaphp.com/browser/branches/website/application/views/layout.php#L12

echo html::stylesheet(array
(
	'media/css/reset',
	'media/css/layout',
	'media/css/print'
)
array
(
	'screen',
	'screen',
	'print'
))

Changed 10 months ago by Shadowhand

  • owner changed from brettalton to Shadowhand
  • status changed from assigned to new

Changed 10 months ago by Shadowhand

  • status changed from new to assigned

Changed 10 months ago by Shadowhand

  • keywords website print stylesheet css added
  • status changed from assigned to closed
  • version set to SVN HEAD
  • resolution set to fixed

Fixed in r1711.

Note: See TracTickets for help on using tickets.