[wp-meta] [Making WordPress.org] #3168: WordPress.tv: Too small font size in handbook menu
Making WordPress.org
noreply at wordpress.org
Wed Sep 27 21:40:16 UTC 2017
#3168: WordPress.tv: Too small font size in handbook menu
--------------------------------------+-----------------
Reporter: SergeyBiryukov | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Make (Get Involved) / P2 | Keywords:
--------------------------------------+-----------------
The sidebar menu on https://make.wordpress.org/tv/handbook/ has a few
issues:
1. The font is too small (`10px`) when compared to other handbooks like
[https://make.wordpress.org/core/handbook/ Core Contributor Handbook]
(`13px`).
2. A search form should be added above the Chapters menu for consistency
with other handbooks.
Looking at the markup, the first issue has to do with WPTV handbook using
a custom menu instead of the Handbook Pages widget. The widget uses a
specific font size:
{{{
#secondary aside.widget_wporg_handbook_pages {
font-size: 16px;
}
}}}
The WPTV custom menu uses the default P2-Breathe font size, which is too
small here:
{{{
#secondary aside {
font-size: 1.2em;
}
}}}
The easiest fix is probably to use the Handbook Pages widget, same as
other handbooks do.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3168>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list