Sha256: cb41c43a95727849d67362448fce14080a4ecaf539c170553e8df2c0fae0f0b2

Contents?: true

Size: 633 Bytes

Versions: 1

Compression:

Stored size: 633 Bytes

Contents

@import "blueprint"

// To generate css equivalent to the blueprint css but with your configuration applied, uncomment:
// @include blueprint-print

//Recommended Blueprint configuration with scoping and semantic layout:
body
  @include blueprint-print(true)

#balance-sheet form,
#profit-sheet form
  display: none
#balance-sheet, #profit-sheet
  background: white
// Media print specific styles ****
#top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats
  display: none
#main
  background: white
#content
  width: 99%
  margin: 0
  padding: 0
  border: 0
  background: white
  overflow: visible !important

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
styleyt-0.2.4 templates/stylesheets/print.scss