Opened 11 years ago
Closed 11 years ago
#26300 closed defect (bug) (fixed)
Adjust font size for li on help tabs, to be consistent with p
Reported by: | Hanni | Owned by: | helen |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | minor | Version: | 3.3 |
Component: | Help/About | Keywords: | ui-feedback has-patch |
Focuses: | ui | Cc: |
Description
Content within p tags on the help tabs is set to 13px, whereas content within lis is, in the absence of any other declaration, inserting the 14px sized from #screen-meta.
This makes for a rather strange, and somewhat haphazard appearance on help tabs with a mixture of lists and paragraphs of text, such as the tab on wp-admin/themes.php, and wp-admin/edit.php and wp-admin/media-new.php (see attached screenshot).
Propose to add 13px to the styling of .help-tab-content ul li to introduce the expected consistency, patch enclosed.
Attachments (4)
Change History (8)
#3
@
11 years ago
- Keywords ui-focus added
- Milestone changed from Awaiting Review to 3.8
Seems like we can just remove font-size: 14px
for #screen-meta
, which overrides the default 13px font size here for anything but <p>
. See 26300.2.diff.
Note: See
TracTickets for help on using
tickets.
14px li text