This commit is contained in:
Laurent Destailleur 2022-08-12 17:31:47 +02:00
parent 5fa110ce74
commit c2c4401bea
2 changed files with 13 additions and 0 deletions

View File

@ -865,6 +865,13 @@ textarea.centpercent {
.marginright2 {
margin-<?php print $right; ?>: 2px;
}
.nomarginleft {
margin-<?php print $left; ?>: unset;
}
.nomarginright {
margin-<?php print $right; ?>: unset;
}
.cursordefault {
cursor: default;
}

View File

@ -1001,6 +1001,12 @@ textarea.centpercent {
.marginright2 {
margin-<?php print $right; ?>: 2px;
}
.nomarginleft {
margin-<?php print $left; ?>: unset;
}
.nomarginright {
margin-<?php print $right; ?>: unset;
}
.paddingtop {
padding-top: 4px;
}