Merge pull request #257 from sgmap/add_center_in_new_style

Css: add center class in new style
This commit is contained in:
LeSim 2017-05-09 10:11:28 +02:00 committed by GitHub
commit 09e2b4ebfd

View file

@ -9,3 +9,7 @@
.clearfix {
clear: both;
}
.center {
text-align: center;
}