Apply padding-right to children of hbox

This commit is contained in:
Hadi Nategh 2014-04-15 12:58:39 +00:00
parent ff6484bbbb
commit d5187e085e

View File

@ -48,6 +48,7 @@ div.et2_hbox {
div.et2_hbox > * { div.et2_hbox > * {
text-align: left; text-align: left;
white-space: normal; white-space: normal;
padding-right: 5px;
} }
div.et2_hbox_left { div.et2_hbox_left {
float: left; float: left;