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

@ -43,6 +43,18 @@
.txt_center {
text-align: center !important;
}
.txt_right {
text-align: right !important;
}
.txt_left {
text-align: left !important;
}
// Clearing and floating
// ------------------------------------------------------------------------------
.clear {