Opened 13 years ago
Closed 13 years ago
#23580 closed defect (bug) (fixed)
Twenty Thirteen: better CSS selector for widget titles
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch commit |
| Focuses: | Cc: |
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.
widget-title class