All of my entries look like squares. I 'd like each post paragraph to have an indent in it, but I'm not sure where to make that happen. Is it in the css?
sample: http://www.greendigit.com
All of my entries look like squares. I 'd like each post paragraph to have an indent in it, but I'm not sure where to make that happen. Is it in the css?
sample: http://www.greendigit.com
.storycontent p {
text-indent: 1.5em;
font: 100%/130% arial, verdana, 'lucida sans unicode', sans-serif;
color: #ccc;
}
That styles my text
In your CSS you could define your paragraph element as having an indent like this:
.storycontent p {
text-indent: 20px;
}
The 20px could also be set as a % or em value as well.
PODZ! You did it AGAIN, mate! LMAO! :)
hehe :p
Since I am using Kubrick, I would change the .post attributes on css? I'll tool around a little with it..
This topic has been closed to new replies.