feat(shortcodes): replace [align]/[float] with [style] and add [style]

This commit is contained in:
Dillon
2020-03-02 16:47:28 +08:00
parent aaff1514db
commit f8a7fd1df9
8 changed files with 24 additions and 33 deletions

View File

@@ -321,26 +321,6 @@
word-break: break-all;
}
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
}
@import "../_partial/_single/footer";