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 {
|
||||
&-center {text-align: center;}
|
||||
&-left {text-align: left;}
|
||||
&-right {text-align: right;}
|
||||
&-center, ¢er {text-align: center;}
|
||||
&-left, &left {text-align: left;}
|
||||
&-right, &right {text-align: right;}
|
||||
}
|
||||
|
||||
/* 1.2 - Background colors */
|
||||
|
|
|
@ -24,13 +24,13 @@
|
|||
.no-pills {
|
||||
list-style: none; }
|
||||
|
||||
.align-center {
|
||||
.align-center, .aligncenter {
|
||||
text-align: center; }
|
||||
|
||||
.align-left {
|
||||
.align-left, .alignleft {
|
||||
text-align: left; }
|
||||
|
||||
.align-right {
|
||||
.align-right, .alignright {
|
||||
text-align: right; }
|
||||
|
||||
/* 1.2 - Background colors */
|
||||
|
|
Reference in a new issue