Modify ↓
Opened 13 years ago
Closed 13 years ago
#10020 closed enhancement (fixed)
[patch] For better styling blog-post div should have a class of their own
Reported by: | Sergio Talens-Oliag | Owned by: | osimons |
---|---|---|---|
Priority: | normal | Component: | FullBlogPlugin |
Severity: | normal | Keywords: | |
Cc: | Ryan J Ollos | Trac Release: | 0.11 |
Description
We wanted to change the style of the blog posts and not having a class for the div that contains them made things more complicated than necessary; to fix it we have patched the fullblog_macro_post.html
template to add the class blog-post
to it.
I'm attaching our patch to this ticket.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | fullblog_blog-post-class.patch added |
---|
comment:1 Changed 13 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [11598]) FullBlogPlugin: Add 'blog-post' CSS class for easier styling. Closes #10020. Thanks sto.
Note: See
TracTickets for help on using
tickets.
Add class
blog-post
to main blog post div.