salix/print/common/css/misc.css

23 lines
226 B
CSS
Raw Normal View History

2019-01-28 11:28:22 +00:00
.uppercase {
text-transform: uppercase
}
.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
2019-01-28 11:28:22 +00:00
}