salix/print/common/css/misc.css

31 lines
304 B
CSS
Raw Normal View History

2019-01-28 11:28:22 +00:00
.uppercase {
text-transform: uppercase
}
2019-02-07 06:47:09 +00:00
.justified {
text-align: justify
}
2019-01-28 11:28:22 +00:00
.centered {
text-align: center
}
.number {
text-align: right
}
2019-02-04 09:10:57 +00:00
.font.gray {
2019-01-28 11:28:22 +00:00
color: #555
2019-02-04 09:10:57 +00:00
}
.font.light-gray {
color: #888
}
.font.small {
font-size: 0.65em
}
.font.bold {
font-weight: bold
2019-01-28 11:28:22 +00:00
}