Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#22109 closed enhancement (fixed)

Support <small> tag in Twenty Eleven

Reported by: jane Owned by: lancewillett
Priority: lowest Milestone: 3.5
Component: Bundled Theme Version: 3.4.2
Severity: trivial Keywords: has-patch
Cc: Focuses:

Description

The next time Twenty Eleven gets an update, could it get a style added to it for the <small> tag?

Attachments (3)

small-style.patch (285 bytes ) - added by toscho 14 years ago.
Set small to 85% font size.
22109.diff (717 bytes ) - added by obenland 14 years ago.
Twenty Eleven/Twelve
22109.2.diff (1.1 KB ) - added by obenland 14 years ago.
Twenty Ten/Eleven/Twelve

Download all attachments as: .zip

Change History (10)

#1 @SergeyBiryukov
14 years ago

  • Component ThemesBundled Theme

@toscho
14 years ago

Set small to 85% font size.

#2 @toscho
14 years ago

  • Cc info@… added

@obenland
14 years ago

Twenty Eleven/Twelve

#3 @obenland
14 years ago

  • Keywords has-patch added; needs-patch removed

#4 @lancewillett
14 years ago

I think Twenty Ten is also missing this specific styling, do to the reset.

Note: most user agents have the default small style set to 0.83em it seems, so maybe we should go with 83% to match — or 85% is probably close enough.

#5 @lancewillett
14 years ago

  • Milestone Awaiting Review3.5

@obenland
14 years ago

Twenty Ten/Eleven/Twelve

#6 @obenland
14 years ago

Default browser styles for the small element:

IE 6/7: font-size: 10pt;
IE 8/9: font-size: .83em;
FF/Webkit: font-size: smaller;

There seems to be support for all values across all browsers.

#7 @lancewillett
14 years ago

  • Owner set to lancewillett
  • Resolutionfixed
  • Status newclosed

In [22211]:

Style <small> element in default themes a bit smaller than normal text, props obenland. Fixes #22109.

Note: See TracTickets for help on using tickets.