This commit is contained in:
Stephan Hagedorn 2017-08-22 00:09:50 +02:00
parent 9ae96ba419
commit db96a298fb
9 changed files with 1111 additions and 149 deletions

View file

@ -61,18 +61,3 @@
text-overflow: ellipsis;
-o-text-overflow: ellipsis; // vendor
}
// Specific styles
// -----------------------------------------------------------------------------
.txt_center {
text-align: center !important;
}
.txt_right {
text-align: right !important;
}
.txt_left {
text-align: left !important;
}