Borders around userpics / Comments disappearing

Oct 16, 2006 09:05

I've finally taken the plunge over to S2 (huzzah!) as Expressive is fantastically friendly to customise what with the CSS allowing you to override just about every single little detail :D

I've been converting my S1 Layout to Expressive, and so far it looks exactly as I want it. There's only three very slight problems ( Read more... )

comments, entries:user icons, page:size

Leave a comment

Comments 5

av8rmike October 17 2006, 13:21:42 UTC
Yeah, that is kind of extensive. You did know you can group properties together like: #content, #content-inner{}, right?

Icon borders: Using border: 1px solid #000000; should work, but there seems to be some overriding code in the S2 layer itself. I haven't tried this, but you may have to manually alter the print_entry() functions.

The scroll bar is there in Firefox because of the different ways it and IE parse CSS. Check the width setting on #container, #container-inner, #page, or #page-inner.

I can't see your comments, but this post may cover the same issue.

Reply

rigel_7 October 18 2006, 01:21:33 UTC
Thankyou so much!
it looks like you're right about having to override the print_entry() function. :D I'll have a go at it.

and the scrollbar is dead! hooray!

and I tried the suggestion in the post, but sadly it didn't work - but thanks for trying!

Reply

av8rmike October 18 2006, 02:25:41 UTC
Here's one thing to try if you want to edit print_entry():
Change this line
"""
$userpic""";

To this:
"""
$userpic""";

Does this mean you'll love me forever? ;)

Reply

rigel_7 October 18 2006, 10:25:29 UTC
*hugs*

I definitely will!!

it worked!

Reply


Leave a comment

Up