Merge pull request #257 from sgmap/add_center_in_new_style
Css: add center class in new style
This commit is contained in:
commit
09e2b4ebfd
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@
|
|||
.clearfix {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue