Opened 13 years ago
Closed 13 years ago
#23580 closed defect (bug) (fixed)
Twenty Thirteen: better CSS selector for widget titles
| Reported by: | aaroncampbell | Owned by: | lancewillett |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Some widgets wrap the title and content in an extra wrapper to allow additional styling. Since the style used for widget headers is .widget > h3 that breaks. Widget titles already have a widget-title class. Can we use that?
Attachments (2)
Change History (6)
#1
@
13 years ago
- Keywords has-patch commit added; needs-patch removed
Thanks Sara. 23580.diff works for me.
#2
@
13 years ago
Probably doesn't even need the h3 in the selector. .widget .widget-title should work, and is simpler.
New patch also adjusts another case where it can use the class instead.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
widget-title class