style: add support for wordpress image thumbnail alignement
This commit is contained in:
parent
6dd22790f3
commit
9138aa58a5
2 changed files with 6 additions and 6 deletions
|
@ -48,9 +48,9 @@ $color-font: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align {
|
.align {
|
||||||
&-center {text-align: center;}
|
&-center, ¢er {text-align: center;}
|
||||||
&-left {text-align: left;}
|
&-left, &left {text-align: left;}
|
||||||
&-right {text-align: right;}
|
&-right, &right {text-align: right;}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1.2 - Background colors */
|
/* 1.2 - Background colors */
|
||||||
|
|
|
@ -24,13 +24,13 @@
|
||||||
.no-pills {
|
.no-pills {
|
||||||
list-style: none; }
|
list-style: none; }
|
||||||
|
|
||||||
.align-center {
|
.align-center, .aligncenter {
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
|
|
||||||
.align-left {
|
.align-left, .alignleft {
|
||||||
text-align: left; }
|
text-align: left; }
|
||||||
|
|
||||||
.align-right {
|
.align-right, .alignright {
|
||||||
text-align: right; }
|
text-align: right; }
|
||||||
|
|
||||||
/* 1.2 - Background colors */
|
/* 1.2 - Background colors */
|
||||||
|
|
Reference in a new issue