chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed52509
)
css: make text alignment work properly with .m-noindent.
author
Vladimír Vondruš
<mosra@centrum.cz>
Wed, 23 Aug 2017 15:46:31 +0000
(17:46 +0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Wed, 23 Aug 2017 15:52:20 +0000
(17:52 +0200)
css/m-components.css
patch
|
blob
|
history
diff --git
a/css/m-components.css
b/css/m-components.css
index f4882e9a358ddec4b27daab6e9ba684045b1d609..d6889cc23a79179311fc3993f972fac966d1ea2a 100644
(file)
--- a/
css/m-components.css
+++ b/
css/m-components.css
@@
-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;
}