Created separated print.less files

This commit is contained in:
Abdullah Almsaeed
2015-03-02 18:41:16 -05:00
parent 70e9032937
commit fdb97e3d5d
8 changed files with 100 additions and 95 deletions

View File

@@ -135,7 +135,9 @@ h6,
a {
color: @link-color;
}
a:hover, a:active, a:focus {
a:hover,
a:active,
a:focus {
outline: none;
text-decoration: none;
color: @link-hover-color;
@@ -151,25 +153,4 @@ a:hover, a:active, a:focus {
display: block;
margin-top: 5px;
}
}
/* Don't display when printing */
@media print {
//Add to elements that you do not want to show when printing
.no-print {
display: none;
}
//Elements that we want to hide when printing
.main-sidebar,
.left-side,
.main-header,
.content-header {
display: none;
}
//This is the only element that should appear, so let's remove the margins
.content-wrapper,
.right-side {
margin: 0!important;
}
}