css
This commit is contained in:
parent
5fa110ce74
commit
c2c4401bea
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user