Layout info: http://www.dreamwidth.org/customize/advanced/layersource?id=77107
Preview: http://cesy.dreamwidth.org/?s2id=90539
The content section of the tags page has just the paler grey background, the same as the page background, not the dark background I used for the entries. How can I get a dark background on the tags page, so it's readable, without losing the grey page background on Recent Entries? Do I have to use CSS, or is there a colour property I'm missing? Is it a bug that this doesn't work automatically?
Preview: http://cesy.dreamwidth.org/?s2id=90539
The content section of the tags page has just the paler grey background, the same as the page background, not the dark background I used for the entries. How can I get a dark background on the tags page, so it's readable, without losing the grey page background on Recent Entries? Do I have to use CSS, or is there a colour property I'm missing? Is it a bug that this doesn't work automatically?
no subject
Date: 2009-09-22 08:06 pm (UTC).entry, .entry-wrapper, .comment, .comment-wrapper { min-height: 110px; border:5px solid $*color_entry_border; padding: 5px; $entry_background; color: $*color_entry_text; }should be .entry, .entry-wrapper, .comment, .comment-wrapper, .tags-container { min-height: 110px; border:5px solid $*color_entry_border; padding: 5px; $entry_background; color: $*color_entry_text; }This won't style the tags box exactly as entries but at least you'll have a background color.
no subject
Date: 2009-09-23 02:24 am (UTC)no subject
Date: 2009-09-23 09:31 am (UTC)no subject
Date: 2009-09-23 01:20 pm (UTC)no subject
Date: 2009-09-23 01:22 pm (UTC)