[SOLVED] date

Mar 15, 2012 12:38

Hello!

I was wondering if there is a way to stop the pink background from extending to the whole width of the entry? I would like it to stop once the numbers have stopped.

I have a screenshot here: http://i43.tinypic.com/j7c27q.png

These are my CSS regarding the date:
.date {font: ( Read more... )

date

Leave a comment

Comments 4

fueschgast March 15 2012, 12:47:36 UTC
display: inline;

Reply

infinitas March 15 2012, 13:14:30 UTC
The simplicity of it is genius! Thank you!

Also, do you know how I could move the entry content away from that date a little? Adding padding to the .date doesn't seem to work for me...

Reply

fueschgast March 15 2012, 13:31:58 UTC
Adding padding to .date will only give you more of the pink background. Give .entry a top margin or padding.

Reply

infinitas March 15 2012, 13:49:58 UTC
Thank you so much! :)

Reply


Leave a comment

Up