.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; }
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.