Skip to content

Commit

Permalink
Grids: Added line height classes to print CSS (fixes #3627)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Nov 18, 2013
1 parent a6f16e6 commit ced6fcf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/grids/sass/includes/_util-print.scss
Expand Up @@ -45,6 +45,22 @@
margin-top: 57px !important;
}

.line-height-xsmall {
line-height: 0.8 !important;
}
.line-height-small {
line-height: 1.0 !important;
}
.line-height-medium {
line-height: 1.25 !important;
}
.line-height-large {
line-height: 1.5 !important;
}
.line-height-xlarge {
line-height: 2.0 !important;
}

.font-xsmall {
font-size: 70% !important;
}
Expand Down

0 comments on commit ced6fcf

Please sign in to comment.