css
This commit is contained in:
parent
488f242e25
commit
097f493315
@ -793,10 +793,19 @@ textarea.centpercent {
|
|||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flip {
|
||||||
|
transform: scaleX(-1) translate(2px, 0);
|
||||||
|
}
|
||||||
|
.rotate90 {
|
||||||
|
transform: rotate(90deg) translate(0, 2px);
|
||||||
|
}
|
||||||
.center {
|
.center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
}
|
}
|
||||||
|
.alignstart {
|
||||||
|
text-align: start;
|
||||||
|
}
|
||||||
.left {
|
.left {
|
||||||
text-align: <?php print $left; ?>;
|
text-align: <?php print $left; ?>;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user