Quote:
Originally Posted by moojoo
try chaning this
- Code: Select all
p {
padding: 0 0 1.4em;
font: 1em/1.4em arial,sans-serif;
text-indent: 0;
}
to
- Code: Select all
p {
padding: 0 0 1.4em 140px;
font: 1em/1.4em arial,sans-serif;
text-indent: 0;
}
currently you only have the padding set to top, right, bottom.
Cheers.
|
Or top, left/right, bottom
When only 3 values are given for the margin and padding properties is assigns them as TOP LEFT/RIGHT BOTTOM