working with print module

This commit is contained in:
Stephan 2017-01-09 18:09:33 +01:00
parent 163ba00508
commit a7a92e7703
3 changed files with 30 additions and 7 deletions

View file

@ -62,8 +62,11 @@
// -----------------------------------------------------------------------------
.txt_center {
text-align: center;
text-align: center !important;
}
.txt_right {
text-align: right;
text-align: right !important;
}
.txt_left {
text-align: left !important;
}