salix/print/common/css/misc.css

47 lines
463 B
CSS

/**
* CSS misc classes
*
*/
.uppercase {
text-transform: uppercase
}
.justified {
text-align: justify
}
.centered {
text-align: center
}
.align-right {
text-align: right
}
.align-left {
text-align: left
}
.number {
text-align: right
}
.font.gray {
color: #555
}
.font.light-gray {
color: #888
}
.font.small {
font-size: 0.65em
}
.font.bold {
font-weight: bold
}
.non-page-break {
page-break-inside: avoid;
}