chiark / gitweb /
css: make text alignment work properly with .m-noindent.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 23 Aug 2017 15:46:31 +0000 (17:46 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 23 Aug 2017 15:52:20 +0000 (17:52 +0200)
css/m-components.css

index f4882e9a358ddec4b27daab6e9ba684045b1d609..d6889cc23a79179311fc3993f972fac966d1ea2a 100644 (file)
@@ -442,13 +442,13 @@ div.m-scroll {
 .m-fullwidth {
   width: 100%;
 }
-.m-text-center {
+.m-text-center, .m-text-center.m-noindent {
   text-align: center;
 }
-.m-text-left {
+.m-text-left, .m-text-left.m-noindent {
   text-align: left;
 }
-.m-text-right {
+.m-text-right, .m-text-right.m-noindent {
   text-align: right;
 }