![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
EDIT: Apparently there was a p { width: 20px; } line that came with where ever I grabbed this from as my base to work from... yeah. Removing that fixed it and I can't believe I didn't see that. *face palm* Thank you all for taking a look.
So I am moderately clueless at all of this, but decided to try my hand at a a custom css style based on blanket. All was going well, things looked like I wanted, and then I saw a particular entry on my reading page that had completely insane text wrapping. Now if all the entries on my reading page had been doing this, I could probably figure I had issues with margins or paddings or what not, but it's only some of my reading list entries and I just, IDEK where to start to look for what's going on and why.
Help?
Screenshot showing the end of a normally wrapping entry and the start of a messed up one
My mostly done css code
So I am moderately clueless at all of this, but decided to try my hand at a a custom css style based on blanket. All was going well, things looked like I wanted, and then I saw a particular entry on my reading page that had completely insane text wrapping. Now if all the entries on my reading page had been doing this, I could probably figure I had issues with margins or paddings or what not, but it's only some of my reading list entries and I just, IDEK where to start to look for what's going on and why.
Help?
Screenshot showing the end of a normally wrapping entry and the start of a messed up one
My mostly done css code
Tags:
no subject
Date: 2011-05-09 05:25 pm (UTC)no subject
Date: 2011-05-09 05:33 pm (UTC)no subject
Date: 2011-05-09 05:46 pm (UTC)no subject
Date: 2011-05-09 05:31 pm (UTC)no subject
Date: 2011-05-09 05:34 pm (UTC)And for more examples, the network view: http://sistabro.dreamwidth.org/network
no subject
Date: 2011-05-09 05:44 pm (UTC)It's possible that it was just a loading issue and the page didn't parse out properly.
no subject
Date: 2011-05-09 05:46 pm (UTC)no subject
Date: 2011-05-09 05:51 pm (UTC)no subject
Date: 2011-05-09 05:43 pm (UTC)p {width: 20px;}
That p tag has a width of 20 px and so anything (such as the example from your reading page is forced into a minimal width. - At least that's how it looks to me in firebug.
no subject
Date: 2011-05-09 05:43 pm (UTC)no subject
Date: 2011-05-09 05:51 pm (UTC)no subject
Date: 2011-05-09 05:47 pm (UTC)so anything in a p tag (such as the example from your reading page) is forced into a minimal width -
sorry - maybe that makes more sense.
no subject
Date: 2011-05-09 05:49 pm (UTC)Now onto battling with icon placement :P