Commit Graph

1529 Commits

Author SHA1 Message Date
Lance Willett
bb2b6fd418 Twenty Thirteen: add support and styling for Audio structured post format. Moves audio content out from the main post content, using the_audio() and the_extra_content(). Props obenland, fixes #23871.
git-svn-id: http://core.svn.wordpress.org/trunk@23828 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 22:08:16 +00:00
Lance Willett
a561fe6000 Twenty Thirteen: fix "Must log in to post comment" message misalignment. Props beaulebens and obenland, fixes #23872.
git-svn-id: http://core.svn.wordpress.org/trunk@23827 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 20:49:08 +00:00
Lance Willett
5697b2f828 Twenty Ten: improve how gallery image IDs are retrieved for use in the Gallery post format template. Props to obenland for original patch, fixes #23617.
git-svn-id: http://core.svn.wordpress.org/trunk@23826 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 20:37:34 +00:00
Lance Willett
98ad41b582 Twenty Thirteen: change version compare string to "3.6-alpha" to avoid an error for alpha and beta testers during development. See #23819, props kovshenin.
git-svn-id: http://core.svn.wordpress.org/trunk@23825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 20:36:19 +00:00
Lance Willett
6f5b38a5b8 Twenty Eleven: improve how gallery image IDs are retrieved for use in the Gallery post format template. Props to obenland for original patch, fixes #22907.
git-svn-id: http://core.svn.wordpress.org/trunk@23824 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 20:34:28 +00:00
Lance Willett
a87c00edee Twenty Thirteen: take full advantage of new structured post format template functions, see r23819.
Extract first video or image from Video and Image post format posts, and place the item above the title within its own HTML wrapper with `the_video()` and `the_image()'. Also, remove the item from the post content with `the_extra_content()`.

This allows us to meet the design requirements for Twenty Thirteen with minimal changes to the theme template files. Fixes #23620.

git-svn-id: http://core.svn.wordpress.org/trunk@23820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 18:51:47 +00:00
Lance Willett
d8116e7786 Twenty Thirteen: better styles for Chat structured post format output. Props Joen for starter CSS, closes #23869.
git-svn-id: http://core.svn.wordpress.org/trunk@23817 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 17:16:31 +00:00
Lance Willett
ef85b45754 Twenty Thirteen: add back-compat function to avoid activation with older WordPress installs. Props kovshenin, see #23819 and #13780.
git-svn-id: http://core.svn.wordpress.org/trunk@23816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 17:06:19 +00:00
Mark Jaquith
fdcfbe324f Drop the_chat() into twentythirteen. Style updates to follow — just wanted the_chat() to be utilized somewhere.
props lancewillett. see #23869

git-svn-id: http://core.svn.wordpress.org/trunk@23806 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 08:45:49 +00:00
Lance Willett
6bf47b869f Twenty Thirteen: explicitly declare 'link' and 'video' as the only (current) structured post formats in Twenty Thirteen. See #23852 #23619 #23864 and #23620.
git-svn-id: http://core.svn.wordpress.org/trunk@23803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 05:11:41 +00:00
Lance Willett
1dcee708ed Twenty Thirteen: add styles for default core output for structured quote post format. Depends on #23347 for the improved markup for quote post formats. Props obenland, see #23852.
git-svn-id: http://core.svn.wordpress.org/trunk@23802 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 05:09:14 +00:00
Lance Willett
f8a9f1dd3e Twenty Thirteen: remove HTML5 argument for search form, using a filter instead. See #23850, closes #23701.
git-svn-id: http://core.svn.wordpress.org/trunk@23799 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-26 20:34:37 +00:00
Lance Willett
a279b11cbb Twenty Thirteen: change link URL function name to twentythirteen_get_link_url(), props obenland. Also remove function_exists() check since this function should not be pluggable, by design. Closes #23619.
git-svn-id: http://core.svn.wordpress.org/trunk@23795 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-25 16:36:27 +00:00
Lance Willett
8eea008b2c Twenty Ten: change gallery category post meta output to check for a "gallery" category using get_term_by() to avoid a possible WP_Error for an empty result by getting a false (boolean) return value instead.
And, change link output to use `get_category_link()` instead of `get_term_link()`.

Props SergeyBiryukov and keoshi, fixes #23837.

git-svn-id: http://core.svn.wordpress.org/trunk@23793 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-22 22:56:55 +00:00
Lance Willett
4f8d3b5b61 Twenty Eleven: use new URL extraction function, get_the_url() for link post formats in the Ephemera widget. Props obenland, fixes #23618.
git-svn-id: http://core.svn.wordpress.org/trunk@23792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-22 22:42:37 +00:00
Lance Willett
40799f6291 Twenty Thirteen: use new get_the_url() function to find first link in a "Link" post format post. See #23619, props Frank Klein for the original patch.
git-svn-id: http://core.svn.wordpress.org/trunk@23787 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-22 18:57:50 +00:00
Lance Willett
ba09755921 Twenty Thirteen: we loves us some structured post formats. See #23619 #23620 #23621.
git-svn-id: http://core.svn.wordpress.org/trunk@23786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-22 18:54:05 +00:00
Lance Willett
2fa91fda74 Twenty Thirteen: improve separation between Link and Aside posts, props Joen for starter CSS rules. Fixes #23818 and closes #23707 as related.
git-svn-id: http://core.svn.wordpress.org/trunk@23785 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-22 18:35:14 +00:00
Lance Willett
6db57e3745 Twenty Thirteen: remove hover styles for screen reader text.
git-svn-id: http://core.svn.wordpress.org/trunk@23783 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-22 17:35:05 +00:00
Lance Willett
e1e654517a Twenty Thirteen: use gallery shortcode filter for featured galleries, props obenland. Closes #23823.
git-svn-id: http://core.svn.wordpress.org/trunk@23782 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-22 17:29:19 +00:00
Lance Willett
0352ffb565 Twenty Thirteen: style up the new mediaelement audio and video players. Props obenland, fixes #23821.
git-svn-id: http://core.svn.wordpress.org/trunk@23781 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-22 17:20:55 +00:00
Lance Willett
9f005d14fb Twenty Thirteen: pinking shears
git-svn-id: http://core.svn.wordpress.org/trunk@23780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-22 17:19:55 +00:00
Lance Willett
399ab4bb59 Twenty Ten and Twenty Eleven: revert r23720 and r23721 (closes #23772) and r23718 and r23719 (closes #23774).
Unfortunately, it's too late for these improvements in older themes since it's very likely they'll adversely affect child themes.

git-svn-id: http://core.svn.wordpress.org/trunk@23778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-22 16:15:24 +00:00
Lance Willett
3558fe7382 Twenty Thirteen: quote post format color fix for paging links, props Joen. Closes #23784.
git-svn-id: http://core.svn.wordpress.org/trunk@23771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-21 23:23:27 +00:00
Lance Willett
fde51bb098 Twenty Thirteen: provide max-width override for gallery thumbnails to collapse to two columns in small screens. Props kwight, fixes #23762.
git-svn-id: http://core.svn.wordpress.org/trunk@23759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-19 22:35:38 +00:00
Lance Willett
7e9761711a Twenty Thirteen: fix translation string in image template, fixes #23799.
git-svn-id: http://core.svn.wordpress.org/trunk@23758 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-19 22:29:44 +00:00
Lance Willett
a553da699d Twenty Thirteen: remove logging code, accidentally added in r23676.
git-svn-id: http://core.svn.wordpress.org/trunk@23757 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-19 21:38:51 +00:00
Lance Willett
afa85abb5c Twenty Thirteen: post format and link color tweaks for consistency, props joen. Fixes #23784.
git-svn-id: http://core.svn.wordpress.org/trunk@23756 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-19 19:33:38 +00:00
Lance Willett
561ce28892 Twenty Thirteen: fix a few closing container comments. Props to DrewAPicture for the initial patch. Fixes #23802.
git-svn-id: http://core.svn.wordpress.org/trunk@23755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-19 19:25:56 +00:00
Bot (Translations)
7ed5d35d92 POT, generated from r23722
git-svn-id: http://core.svn.wordpress.org/trunk@23724 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-15 19:19:53 +00:00
Bot (Translations)
25fe67aebf POT, generated from r23722
git-svn-id: http://core.svn.wordpress.org/trunk@23723 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-15 19:19:45 +00:00
Lance Willett
f4b2484cc9 Twenty Ten: use callback in functions.php to enqueue scripts and styles rather than putting them directly in header.php template file. Props obenland, fixes #23772.
git-svn-id: http://core.svn.wordpress.org/trunk@23721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-15 18:24:45 +00:00
Lance Willett
dd99d5ce94 Twenty Eleven: use callback in functions.php to enqueue scripts and styles rather than putting them directly in header.php template file. Props obenland, see #23772.
git-svn-id: http://core.svn.wordpress.org/trunk@23720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-15 18:24:04 +00:00
Lance Willett
24e099bb3e Twenty Ten: use a filter to modify the output of wp_title(). Props obenland, closes #23774.
git-svn-id: http://core.svn.wordpress.org/trunk@23719 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-15 18:16:47 +00:00
Lance Willett
c6720facd9 Twenty Eleven: use a filter to modify the output of wp_title(). Props obenland, see #23774.
git-svn-id: http://core.svn.wordpress.org/trunk@23718 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-15 18:15:58 +00:00
Lance Willett
87f4924dc9 Twenty Twelve: improve Appearance > Header styles to match front end view better -- including loading special Google Font there. Props obenland, fixes #23790.
git-svn-id: http://core.svn.wordpress.org/trunk@23717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-15 18:03:43 +00:00
Lance Willett
6cd06ec784 Twenty Twelve: update post author comment markup and styles, improving hCard data parsing and simplifying styles. Fixes #23128.
git-svn-id: http://core.svn.wordpress.org/trunk@23716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-15 17:54:36 +00:00
Bot (Translations)
8bb3d5c112 POT, generated from r23713
git-svn-id: http://core.svn.wordpress.org/trunk@23715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-15 17:19:37 +00:00
Lance Willett
8415217e90 Twenty Twelve: load our special Google Font in the visual editor to improve user experience. Props to the Konstanthemes: kovshenin and obenland.
Closes #22499. See also r23672.

git-svn-id: http://core.svn.wordpress.org/trunk@23713 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-15 17:09:12 +00:00
Lance Willett
f41b21f4f6 Twenty Twelve: fix regression introduced in r23572, allow hide/show of Header Text in Customizer. Fixes #23600.
Also remove another `!important` -- and there was much rejoicing.

Props SergeyBiryukov and obenland.

git-svn-id: http://core.svn.wordpress.org/trunk@23711 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-15 16:42:10 +00:00
Lance Willett
634b9e93a1 Twenty Thirteen: ensure footer position if Masonry unavailable for changing the layout. Props obenland, fixes #23771.
git-svn-id: http://core.svn.wordpress.org/trunk@23702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-14 22:27:58 +00:00
Lance Willett
6de85ee884 Twenty Thirteen: better caption styles for short words and sentences. Props kwight, fixes #23773.
git-svn-id: http://core.svn.wordpress.org/trunk@23701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-14 22:18:40 +00:00
Lance Willett
24cf418767 Twenty Thirteen: hide gallery captions from small screens and when a gallery has 7 columns or more. Props kwight, fixes #23769.
git-svn-id: http://core.svn.wordpress.org/trunk@23700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-14 22:11:41 +00:00
Lance Willett
07e5008d04 Twenty Thirteen: remove several more px unit values.
git-svn-id: http://core.svn.wordpress.org/trunk@23698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-14 17:53:06 +00:00
Lance Willett
e1acdbf40f Twenty Thirteen: a bit wider search input in main content area. Props obenland, fixes #23765.
Also clean out one case of unneeded "px" value unit.

git-svn-id: http://core.svn.wordpress.org/trunk@23697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-14 17:36:39 +00:00
Lance Willett
29753503f5 Twenty Thirteen: remove custom comment callback in favor of core comment_form() defaults. Props obenland, closes #22005. See #20088.
git-svn-id: http://core.svn.wordpress.org/trunk@23696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-14 16:36:14 +00:00
Lance Willett
0c694a7500 Twenty Thirteen: use new HTML5 comment form argument, and adjust CSS selectors a bit. Closes #23702, see #15080.
git-svn-id: http://core.svn.wordpress.org/trunk@23690 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-13 22:45:08 +00:00
Lance Willett
0eaa363b8e Twenty Thirteen: adjust header max-width value for older IE browsers. Props jvisick77, see #23732.
git-svn-id: http://core.svn.wordpress.org/trunk@23688 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-13 17:48:46 +00:00
Lance Willett
d902afb04b Twenty Thirteen: revert three changes to content attributes, props obenland. See #23550.
git-svn-id: http://core.svn.wordpress.org/trunk@23687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-13 17:14:00 +00:00
Lance Willett
16c33f55b2 Twenty Thirteen: pinking shears.
git-svn-id: http://core.svn.wordpress.org/trunk@23679 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-12 22:42:34 +00:00
Lance Willett
2c38199fd2 Twenty Thirteen: improve header area padding to ensure stable layout at any size screen. Props jvisick77, fixes #23732. (Small props also to Google TV for revealing the bug.)
git-svn-id: http://core.svn.wordpress.org/trunk@23678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-12 22:41:58 +00:00
Lance Willett
6355d286ba Twenty Thirteen: revert addition of twentythirteen_attachment_link() in r23523 -- as discussed in the following ticket comments, the tradeoff means simpler code instead of a minor UX enhancement. Closes #23543 and #23719.
git-svn-id: http://core.svn.wordpress.org/trunk@23677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-12 22:07:27 +00:00
Lance Willett
e18309bc0e Twenty Thirteen: enable a JavaScript-based fix for long sidebar areas that overflow the footer. Props obenland, fixes #23557.
git-svn-id: http://core.svn.wordpress.org/trunk@23676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-12 21:42:53 +00:00
Lance Willett
9adef0fcec Twenty Thirteen: gallery styles fixed to allow image thumbnails larger than 150 to align properly. Props obenland, fixes #23742.
git-svn-id: http://core.svn.wordpress.org/trunk@23675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-12 21:27:13 +00:00
Lance Willett
9a17fd3dec Twenty Thirteen: second pass at RTL support and minor style.css fixes, props obenland. See #23550.
git-svn-id: http://core.svn.wordpress.org/trunk@23674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-12 21:18:15 +00:00
Lance Willett
9e4ce0a952 Twenty Thirteen: remove searchform.php template once core search form accepts HTML5 argument. Props obenland, fixes #23701.
git-svn-id: http://core.svn.wordpress.org/trunk@23673 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-12 17:44:27 +00:00
Lance Willett
76f2325439 Twenty Thirteen: first pass at editor styles. Props Frank Klein and obenland. See #23551.
git-svn-id: http://core.svn.wordpress.org/trunk@23672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-12 17:27:24 +00:00
Lance Willett
f8cc149328 Twenty Thirteen: better styles for gallery captions. Props obenland, see #23584.
git-svn-id: http://core.svn.wordpress.org/trunk@23671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-12 16:59:38 +00:00
Lance Willett
92852af835 Twenty Thirteen: fix toggling header text display in Customizer. Props obenland, fixes #23722.
git-svn-id: http://core.svn.wordpress.org/trunk@23670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-12 16:52:30 +00:00
Lance Willett
3ac13b6e6a Twenty Eleven: set images without WordPress-generated class to 100% maximum width, and fix spacing of images within caption containers. Props obenland, fixes #22366.
git-svn-id: http://core.svn.wordpress.org/trunk@23654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-08 18:58:27 +00:00
Lance Willett
39223fde2a Twenty Thirteen: show portrait images correctly in gallery post formats. Props obenland, fixes #23649.
git-svn-id: http://core.svn.wordpress.org/trunk@23652 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-08 17:01:33 +00:00
Lance Willett
9c1c3f2bc5 Twenty Thirteen: improve contrast for quote post format links, props sabreuse. See #23513.
git-svn-id: http://core.svn.wordpress.org/trunk@23651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-08 16:55:05 +00:00
Lance Willett
8151fc8c77 Twenty Thirteen: lighten orange color for link text in footer widgets, props sabreuse. See #23513.
Also use same shade for paging links, to be consistent and not have thousands of small color variations in the the theme.

git-svn-id: http://core.svn.wordpress.org/trunk@23650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-08 16:49:31 +00:00
Lance Willett
c4963814d3 Twenty Thirteen: first pass at print styles, see #23552.
git-svn-id: http://core.svn.wordpress.org/trunk@23648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-08 16:10:57 +00:00
Lance Willett
34cebfe18d Twenty Eleven: fix showcase template display in IE7 and IE8, props obenland. Fixes #18024.
git-svn-id: http://core.svn.wordpress.org/trunk@23647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-08 16:08:50 +00:00
Lance Willett
7b26a36756 Twenty Thirteen: simpler isRTL check for masonry, props obenland. See #23550.
git-svn-id: http://core.svn.wordpress.org/trunk@23645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-07 18:22:58 +00:00
Lance Willett
d96b1ca8e2 Twenty Thirteen: RTL JS support, fix class selector, see #23550.
git-svn-id: http://core.svn.wordpress.org/trunk@23644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-07 18:00:26 +00:00
Lance Willett
79163b239b Twenty Thirteen: first pass at RTL CSS and JS support. Props DrewAPicture and maor, see #23550.
git-svn-id: http://core.svn.wordpress.org/trunk@23643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-07 17:57:16 +00:00
Lance Willett
10d48f7478 Twenty Thirteen: remove redundant esc_url() calls, props SergeyBiryukov, fixes #23663.
git-svn-id: http://core.svn.wordpress.org/trunk@23642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-07 17:18:02 +00:00
Lance Willett
c585d3f1c7 Twenty Thirteen: align comment "bypostauthor" star correctly, props taupecat. Fixes #23696.
git-svn-id: http://core.svn.wordpress.org/trunk@23630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-06 23:38:06 +00:00
Lance Willett
05cbeaff52 Twenty Thirteen: minor tweaks and fixes, props obenland. Fixes #23698.
* Add 1px to top margin for second level menus to align child menus with parent height
 * Remove text-decoration on hover for cancel-comment-reply-link
 * Pull floated images only in post content
 * Close edit link span element correctly

git-svn-id: http://core.svn.wordpress.org/trunk@23629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-06 23:36:42 +00:00
Lance Willett
ecb47456fd Twenty Thirteen: better styling for text input elements in small viewports. Props obenland and karmatosed, fixes #23629.
git-svn-id: http://core.svn.wordpress.org/trunk@23628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-06 23:09:26 +00:00
Lance Willett
191272ff82 Twenty Thirteen: remove extraneous comment link on single post views, props markmcwilliams. Fixes #23657.
git-svn-id: http://core.svn.wordpress.org/trunk@23621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-05 21:44:38 +00:00
Lance Willett
377714954f Twenty Thirteen: fixed layout for search inputs, props kwight. Fixes #23679.
git-svn-id: http://core.svn.wordpress.org/trunk@23620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-05 18:47:29 +00:00
Lance Willett
aeff1ebf2f Twenty Thirteen: better contrast for page links, props sabreuse. See #23513.
git-svn-id: http://core.svn.wordpress.org/trunk@23614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-04 23:19:35 +00:00
Lance Willett
4651adfccf Twenty Thirteen: better contrast for footer text and form "allowed tags" text, props sabreuse. See #23513.
git-svn-id: http://core.svn.wordpress.org/trunk@23613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-04 23:18:44 +00:00
Lance Willett
a3df6848f5 Twenty Thirteen: adjust caption color in footer widgets, props obenland. Fixes #23660.
git-svn-id: http://core.svn.wordpress.org/trunk@23612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-04 22:57:40 +00:00
Lance Willett
399da0f9ae Twenty Thirteen: move IE-specific properties out of main stylesheet. Props obenland, see #23507.
git-svn-id: http://core.svn.wordpress.org/trunk@23611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-04 22:51:27 +00:00
Lance Willett
69fb0e379c Twenty Thirteen: fix text overflow with sidebar in IE8, props obenland. Fixes #23579.
git-svn-id: http://core.svn.wordpress.org/trunk@23610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-04 22:46:44 +00:00
Lance Willett
6c82b54070 Twenty Thirteen: better styles for no-results views (empty search, empty archives) for small screens. Props johnbillion, fixes #23544.
git-svn-id: http://core.svn.wordpress.org/trunk@23574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 17:54:19 +00:00
Lance Willett
76e80eaa86 Twenty Twelve: enable live preview for Header Text Color in Theme Customizer. Change also removes an !important declaration (yay) in Custom Header CSS rules.
Props SriniG, fixes #23600.

git-svn-id: http://core.svn.wordpress.org/trunk@23572 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 17:45:59 +00:00
Bot (Translations)
f23bcb88a0 POT, generated from r23565
git-svn-id: http://core.svn.wordpress.org/trunk@23569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 17:20:02 +00:00
Lance Willett
5fb24acd2b Twenty Twelve: better handling for cases where a background color is set to white or an empty value (like first run with no theme_mods set) and a background image is enabled, which resulted previously in a broken layout. Fixes #23586, props obenland.
git-svn-id: http://core.svn.wordpress.org/trunk@23568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 17:14:59 +00:00
Lance Willett
0f3a60ae04 Twenty Twelve: properly style visited links in entries, widgets, and comment text. Props DrewAPicture, fixes #23200.
git-svn-id: http://core.svn.wordpress.org/trunk@23562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 16:56:15 +00:00
Lance Willett
4c0967bdf7 Twenty Twelve: fix double featured images in Front Page Template, closes #22943.
git-svn-id: http://core.svn.wordpress.org/trunk@23561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 16:50:34 +00:00
Lance Willett
5ff7e0405f Twenty Thirteen: display caption in galleries. Fixes #23584.
git-svn-id: http://core.svn.wordpress.org/trunk@23559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 16:44:46 +00:00
Lance Willett
511180da68 Twenty Thirteen: CSS fixes to change single to double quotes, proper quoting around font-family names, and add a missing escape to a background image in custom-header.php. Props markmcwilliams, fixes #23653.
git-svn-id: http://core.svn.wordpress.org/trunk@23557 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 16:40:29 +00:00
Lance Willett
463c4d7dd1 Twenty Thirteen: more CSS cleanup, props SergeyBiryukov. See #23652.
git-svn-id: http://core.svn.wordpress.org/trunk@23549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 04:04:52 +00:00
Lance Willett
5e9abd57a1 Twenty Thirteen: better font-size rules all blockquotes, setting a smaller base rule and overriding the large only for entry content. Also fix too-wide comment iframes.
Props Viper007Bond for the nudge. Fixes #23651.

git-svn-id: http://core.svn.wordpress.org/trunk@23548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 04:01:45 +00:00
Lance Willett
7b27139b9c Twenty Thirteen: reduce font-size a bit for comment content areas. See #23651.
git-svn-id: http://core.svn.wordpress.org/trunk@23547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 03:34:11 +00:00
Lance Willett
fbae6dd725 Twenty Thirteen: trim down font properties, props obenland. Fixes #23546.
git-svn-id: http://core.svn.wordpress.org/trunk@23546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 03:24:18 +00:00
Lance Willett
7868bc750c Twenty Thirteen: fix missing space in selector! Props markmcwilliams, fixes #23652.
git-svn-id: http://core.svn.wordpress.org/trunk@23545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 03:22:19 +00:00
Lance Willett
198802ccb9 Twenty Thirteen: second pass at styles for attachment pages that are not images: hide sidebar and navigation link, better alignment of Edit link.
Closes #23632.

git-svn-id: http://core.svn.wordpress.org/trunk@23544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-01 03:20:22 +00:00
Lance Willett
3f6124bd9e Twenty Thirteen: add styles for attachment pages that are not images, fixes #23632.
git-svn-id: http://core.svn.wordpress.org/trunk@23541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-28 22:32:17 +00:00
Lance Willett
531494b993 Twenty Thirteen: make footer widget area the primary sidebar, acting as "secondary" content. Move optional sidebar widget area to "tertiary" content. Props obenland, fixes #23644.
git-svn-id: http://core.svn.wordpress.org/trunk@23539 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-28 21:35:26 +00:00
Lance Willett
e884e93597 Twenty Thirteen: remove unused selector.
git-svn-id: http://core.svn.wordpress.org/trunk@23538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-28 21:28:47 +00:00
Lance Willett
8293fc84bb Twenty Thirteen: disable fixed navbar on small screens. Props obenland, fixes #23647.
Also closes #23526, #23535, and #23566

git-svn-id: http://core.svn.wordpress.org/trunk@23533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-28 19:49:26 +00:00
Lance Willett
0f71e09366 Twenty Thirteen: wrap up vendor prefix cleanup with final Opera removals. Fixes #23582, props Jayjdk.
git-svn-id: http://core.svn.wordpress.org/trunk@23532 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-28 19:42:29 +00:00
Lance Willett
c362979823 Twenty Thirteen: avoid padding bug with Masonry, props obenland, fixes #23646.
git-svn-id: http://core.svn.wordpress.org/trunk@23526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-28 18:50:36 +00:00
Lance Willett
4ec250d5f5 Twenty Thirteen: usability improvement for calendar widget links. Props MikeHansenMe, fixes #23606.
git-svn-id: http://core.svn.wordpress.org/trunk@23525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-28 18:46:40 +00:00
Lance Willett
6d5ecce923 Twenty Thirteen: usability improvement for better viewing of images on attachment pages. Props DrewAPicture and obenland, fixes #23543.
git-svn-id: http://core.svn.wordpress.org/trunk@23523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-28 18:33:39 +00:00
Lance Willett
045159cb3d Twenty Thirteen: apply box-sizing: border-box as a universal selector. Props Jayjdk, see #23582.
git-svn-id: http://core.svn.wordpress.org/trunk@23520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-28 18:14:01 +00:00
Lance Willett
3eff7fa98f Twenty Thirteen: first pass at better color contrast for links. Also fixes very poor contrast for h3-h6 headings in footer widget area. Props jorbin and sabreuse. See #23513
git-svn-id: http://core.svn.wordpress.org/trunk@23514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-28 17:52:24 +00:00
Lance Willett
a0add96da7 Twenty Thirteen: style the multisite registration form, props kwight. Fixes #23631.
git-svn-id: http://core.svn.wordpress.org/trunk@23513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-28 16:59:03 +00:00
Lance Willett
236ecdd8f4 Twenty Thirteen: style comments correctly when show_avatars option is turned off in Discussion settings. Props SriniG, fixes #23558.
git-svn-id: http://core.svn.wordpress.org/trunk@23498 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-27 04:25:14 +00:00
Lance Willett
9aa9bda5d3 Twenty Thirteen: adjust line-height to be consistently applied across elements, props chriswallace and obenland. Fixes #23514.
git-svn-id: http://core.svn.wordpress.org/trunk@23497 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-27 04:17:33 +00:00
Lance Willett
5fc6352f0f Twenty Thirteen: consistent link color for video post format, see #23545. Props taupecat.
git-svn-id: http://core.svn.wordpress.org/trunk@23496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-27 03:54:30 +00:00
Lance Willett
5e94c0a5c0 Twenty Thirteen: first pass at cleaning up unneeded browser prefixes, props Jayjdk. See #23582.
git-svn-id: http://core.svn.wordpress.org/trunk@23494 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-26 05:10:25 +00:00
Lance Willett
4aec9565df Twenty Thirteen: instantly preview header text color changes in the Theme Customizer. Fixes #23585, props SriniG.
git-svn-id: http://core.svn.wordpress.org/trunk@23493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-26 04:59:35 +00:00
Lance Willett
4ba9ccd643 Twenty Thirteen: header area with no site title or tagline should still be clickable to home. Fixes #23549.
Fix also removes several `!important` flags that aren't necessary, relating to header text color.

git-svn-id: http://core.svn.wordpress.org/trunk@23492 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-26 04:50:09 +00:00
Lance Willett
b4ee9342b1 Twenty Thirteen: improve styling for RSS widget title, fixes #23571.
git-svn-id: http://core.svn.wordpress.org/trunk@23491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-26 04:42:46 +00:00
Lance Willett
64b5cec3ef Twenty Thirteen: better selector for widget titles. Fixes #23580.
git-svn-id: http://core.svn.wordpress.org/trunk@23490 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-26 04:37:19 +00:00
Lance Willett
8b5576c2fa Twenty Thirteen: minor adjustments to bundled "star" header image. Props joen.
git-svn-id: http://core.svn.wordpress.org/trunk@23489 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-26 04:35:00 +00:00
Andrew Nacin
e91f4bd35f Add \n to end of Twenty Thirteen's font exception file.
git-svn-id: http://core.svn.wordpress.org/trunk@23480 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-24 17:31:03 +00:00
Bot (Translations)
34d0d57f8f POT, generated from r23478
git-svn-id: http://core.svn.wordpress.org/trunk@23479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-22 18:19:47 +00:00
Lance Willett
abb81f4cbc Twenty Ten: prevent overflow for large, captioned images. Fixes #22820, props obenland.
git-svn-id: http://core.svn.wordpress.org/trunk@23478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-22 17:42:04 +00:00
Lance Willett
c615bf76e4 Twenty Ten: add helpful descriptions to sidebars. Fixes #15401.
git-svn-id: http://core.svn.wordpress.org/trunk@23477 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-22 17:32:48 +00:00
Bot (Translations)
e3860e499f POT, generated from r23475
git-svn-id: http://core.svn.wordpress.org/trunk@23476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-22 17:20:03 +00:00
Lance Willett
d76dad3e44 Twenty Ten: better color contrast for links and text, props elfin. Fixes #14794.
git-svn-id: http://core.svn.wordpress.org/trunk@23475 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-22 16:54:01 +00:00
Lance Willett
3dd379a1be Twenty Eleven: ensure twentyeleven_url_grabber() is pluggable by wrapping in a function_exists check.
git-svn-id: http://core.svn.wordpress.org/trunk@23474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-22 16:50:40 +00:00
Bot (Translations)
e17790bff2 POT, generated from r23472
git-svn-id: http://core.svn.wordpress.org/trunk@23473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-22 16:19:58 +00:00
Lance Willett
dcf72bbda1 Twenty Twelve: better layout for floated image captions. Fixes #23147.
git-svn-id: http://core.svn.wordpress.org/trunk@23472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-22 16:09:28 +00:00
Lance Willett
e0fac43f8d Twenty Twelve: show featured image in single page views. Fixes #22943, props MikeHansenMe.
git-svn-id: http://core.svn.wordpress.org/trunk@23471 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-22 16:07:28 +00:00
Lance Willett
1e1a5358f7 Twenty Thirteen: add hover/focus style for buttons and organize button and input selectors a bit for a better cascade. Fixes #23536, props obenland.
git-svn-id: http://core.svn.wordpress.org/trunk@23470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-22 06:08:25 +00:00
Lance Willett
1b73111794 Twenty Thirteen: update post formats for consistent post meta display, fixes #23553.
Fix a few typos for "tags-links" selectors and remove extraneous newlines.

git-svn-id: http://core.svn.wordpress.org/trunk@23469 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-22 06:05:00 +00:00
Lance Willett
46a93b902f Twenty Thirteen: style the hr element. Fixes #23529.
git-svn-id: http://core.svn.wordpress.org/trunk@23465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-21 06:00:00 +00:00
Lance Willett
55d189f9ff Twenty Thirteen: fix typo in browser transition prefix. Fixes #23568, props Jayjdk.
git-svn-id: http://core.svn.wordpress.org/trunk@23464 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-21 05:57:19 +00:00
Lance Willett
ba90b8bb63 Twenty Thirteen: show featured image on single posts, fixes #23528. Props kwight.
git-svn-id: http://core.svn.wordpress.org/trunk@23463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-21 05:54:19 +00:00
Lance Willett
00cad402f8 Twenty Thirteen: fix comment form layout for inline replies in wide viewports. Fixes #23524, props SriniG and obenland.
(Also fix an extra space that crept into r23461, see #23511.)


git-svn-id: http://core.svn.wordpress.org/trunk@23462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-21 05:49:57 +00:00
Lance Willett
1f36e99fdd Twenty Thirteen: bump priority for twentythirteen_aside_date() to add date output after embeds. Fixes #23511, props obenland.
git-svn-id: http://core.svn.wordpress.org/trunk@23461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-21 05:42:56 +00:00
Lance Willett
6263d728ec Twenty Thirteen: proper alignment for featured images on pages with a sidebar. Props kwight, fixes #23527.
git-svn-id: http://core.svn.wordpress.org/trunk@23460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-20 04:32:31 +00:00
Lance Willett
33034aff5f Twenty Thirteen: fix incorrect CSS selector in ie.css, props FStop. Fixes #23548.
git-svn-id: http://core.svn.wordpress.org/trunk@23459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-20 04:22:02 +00:00
Mark Jaquith
d1d3076d5a Introduce the Twenty Thirteen theme.
props matt, joen, obenland, lancewillett. see #23504

git-svn-id: http://core.svn.wordpress.org/trunk@23452 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-18 23:08:56 +00:00
Lance Willett
0c69e9f00d Twenty Eleven and Twenty Twelve: use .text() instead of .html() for blogname and blogdescription in Theme Customizer JavaScript handlers. Fixes #23435, props mfields.
git-svn-id: http://core.svn.wordpress.org/trunk@23429 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-15 16:53:58 +00:00
Lance Willett
0fe1f7575d Twenty Twelve: clear center-aligned images properly. Fixes #23244.
git-svn-id: http://core.svn.wordpress.org/trunk@23428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-15 16:45:04 +00:00
Lance Willett
62b51bff22 Twenty Twelve: remove unnecessary class values in posts navigation, fixes #23152. Props DrewAPicture.
git-svn-id: http://core.svn.wordpress.org/trunk@23427 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-15 16:38:04 +00:00
Lance Willett
f40a5afce9 Twenty Twelve: fix button active state to avoid a 2px shift, fixes #22825. Props ocean90.
git-svn-id: http://core.svn.wordpress.org/trunk@23426 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-15 16:34:56 +00:00
Bot (Translations)
df360cef6b POT, generated from r23404
git-svn-id: http://core.svn.wordpress.org/trunk@23405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-02-13 22:19:39 +00:00
Bot (Translations)
94a6f324db POT, generated from r23230
git-svn-id: http://core.svn.wordpress.org/trunk@23243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-01-01 00:19:42 +00:00
Bot (Translations)
40f1215c87 POT, generated from r23230
git-svn-id: http://core.svn.wordpress.org/trunk@23238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-01-01 00:19:32 +00:00
Bot (Translations)
603dfd2626 POT, generated from r23230
git-svn-id: http://core.svn.wordpress.org/trunk@23231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-01-01 00:19:17 +00:00
Helen Hou-Sandí
b1f1579604 its <=> it's in documentation, along with a rogue the, The, and looses. props trepmal. fixes #22665.
git-svn-id: http://core.svn.wordpress.org/trunk@23191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-20 15:55:32 +00:00
Bot (Translations)
c22fa1380d POT, generated from r23173
git-svn-id: http://core.svn.wordpress.org/trunk@23174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-11 18:24:21 +00:00
Andrew Nacin
9ae600a553 Bump Twenty Twelve's version to 1.1.1.
git-svn-id: http://core.svn.wordpress.org/trunk@23173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-11 18:21:31 +00:00
Bot (Translations)
ae4b487578 POT, generated from r23127
git-svn-id: http://core.svn.wordpress.org/trunk@23130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-07 21:19:19 +00:00
Bot (Translations)
a72fd435bf POT, generated from r23127
git-svn-id: http://core.svn.wordpress.org/trunk@23129 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-07 21:19:13 +00:00
Bot (Translations)
27ac12ef6a POT, generated from r23127
git-svn-id: http://core.svn.wordpress.org/trunk@23128 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-07 21:19:05 +00:00
Andrew Nacin
43051df6c7 Bump the versions for Twenty Ten, Twenty Eleven, and Twenty Twelve.
git-svn-id: http://core.svn.wordpress.org/trunk@23125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-07 20:43:34 +00:00
Lance Willett
4e22d6fbab Twenty Twelve: set color values to black to ensure full text color contrast in print styles. Props miqrogroove, fixes #22797.
git-svn-id: http://core.svn.wordpress.org/trunk@23116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-07 01:38:57 +00:00
Lance Willett
3bb105109b Twenty Twelve: fix skewed gallery thumbnail images in IE8 by adding selectors to match attachment thumbnails and any mix-and-match of full-size and large-size image that may occur in content. Fixes #22782.
git-svn-id: http://core.svn.wordpress.org/trunk@23102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-06 07:16:31 +00:00
Lance Willett
97a180bf77 Twenty Eleven: remove buggy word-break property, use word-wrap instead, for better hyphenation and word breaking in nested comments. Fixes #22751.
git-svn-id: http://core.svn.wordpress.org/trunk@23060 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-05 03:06:46 +00:00
Bot (Translations)
98d175c03b POT, generated from r23000
git-svn-id: http://core.svn.wordpress.org/trunk@23001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-03 21:18:57 +00:00
Lance Willett
718f02193a Twenty Eleven: escape navigation ID output, closes #22690.
git-svn-id: http://core.svn.wordpress.org/trunk@23000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-03 20:13:14 +00:00
Lance Willett
219716e101 Twenty Twelve: escape navigation ID output, props nacin. See #22690.
git-svn-id: http://core.svn.wordpress.org/trunk@22999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-03 20:12:22 +00:00
Lance Willett
b9b520de18 Twenty Twelve: change form input selectors to only reset non-textual input types, allowing for broader support for newer HTML5 input types. Also add better {{{button}}} support. Fixes #20579.
git-svn-id: http://core.svn.wordpress.org/trunk@22899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-28 18:17:38 +00:00
Lance Willett
9ca90ee80d Twenty Eleven: style a few more common input types. See #20579 and #21757.
git-svn-id: http://core.svn.wordpress.org/trunk@22898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-28 18:04:17 +00:00
Lance Willett
13e971496d Twenty Ten: style a few more input types, and fix missing quotes around types in selectors. See #20579.
git-svn-id: http://core.svn.wordpress.org/trunk@22897 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-28 17:49:43 +00:00
Lance Willett
3f816d4f48 Twenty Twelve: only use comment thread indentation when above the first breakpoint, to avoid super-narrow indented comments in small screens. Closes #21405.
git-svn-id: http://core.svn.wordpress.org/trunk@22896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-28 17:43:46 +00:00
Lance Willett
d62220673d Twenty Twelve: add RTL overrides for IE7 and IE8, props DrewAPicture. Closes #22044.
git-svn-id: http://core.svn.wordpress.org/trunk@22688 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-19 21:41:04 +00:00
Bot (Translations)
508650f91c POT, generated from r22621
git-svn-id: http://core.svn.wordpress.org/trunk@22625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-16 22:19:00 +00:00
Bot (Translations)
c8c1d11ab2 POT, generated from r22621
git-svn-id: http://core.svn.wordpress.org/trunk@22624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-16 22:18:49 +00:00
Lance Willett
f8bbb4c6d0 Twenty Ten: clean up r22617, remove extra end comment and indent code. See #20469.
git-svn-id: http://core.svn.wordpress.org/trunk@22621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-16 22:06:01 +00:00
Lance Willett
e31f46e731 Twenty Twelve: remove extraneous comment. See #20469.
git-svn-id: http://core.svn.wordpress.org/trunk@22620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-16 22:04:57 +00:00
Lance Willett
9ebd8d18ac Twenty Ten: move the "Comments closed" text outside the have_comments() conditional, props kovshenin. Closes #20469.
git-svn-id: http://core.svn.wordpress.org/trunk@22617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-16 21:35:42 +00:00
Lance Willett
5c3b888ccd Twenty Eleven: in comments template check get_comments_number() instead of using $comments_by_type for showing a comments closed message. Props kovshenin, see #20469.
git-svn-id: http://core.svn.wordpress.org/trunk@22616 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-16 21:31:02 +00:00
Lance Willett
dee2ec4779 Twenty Twelve: better fix for #20469 and comments closed messages, also load the comments template in single.php template regardless of whether comments are open or closed (consistent with page.php). Both props kovshenin.
git-svn-id: http://core.svn.wordpress.org/trunk@22615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-16 21:28:47 +00:00
Lance Willett
efda1483f7 Twenty Twelve: improve arrow display in comment reply text, props miqrogroove. Also consistent styles for edit link to match reply link in color and size. Closes #22468.
git-svn-id: http://core.svn.wordpress.org/trunk@22614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-16 21:22:17 +00:00
Bot (Translations)
3c9a45435f POT, generated from r22589
git-svn-id: http://core.svn.wordpress.org/trunk@22591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-15 01:19:13 +00:00
Bot (Translations)
e8dbb09326 POT, generated from r22589
git-svn-id: http://core.svn.wordpress.org/trunk@22590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-15 01:19:08 +00:00
Lance Willett
5302fde0bc Twenty Eleven: better closed comments notes. Check only for "comment" type comments when deciding whether to show the message. Props iandstewart and obenland, closes #20469.
git-svn-id: http://core.svn.wordpress.org/trunk@22588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-15 00:48:03 +00:00
Lance Willett
29d5523b23 Twenty Twelve: better closed comments notes. Check only for "comment" type comments when deciding whether to show the message.
git-svn-id: http://core.svn.wordpress.org/trunk@22587 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-15 00:43:43 +00:00
Lance Willett
502a3cca14 Twenty Twelve: style Multisite messages and forms to match the theme styles. Props DrewAPicture and obenland, fixes #22179.
git-svn-id: http://core.svn.wordpress.org/trunk@22579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-14 22:04:25 +00:00
Lance Willett
6abb3eed64 Twenty Twelve: revert accidental paste in r22576, see #22359.
git-svn-id: http://core.svn.wordpress.org/trunk@22577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-14 21:38:34 +00:00
Lance Willett
c919afa52a Twenty Twelve: wrap long text and URLs in entries. Props philiparthurmoore, fixes #22359. (Also clean up property order a bit.)
git-svn-id: http://core.svn.wordpress.org/trunk@22576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-14 21:34:10 +00:00
Lance Willett
b2b6a310ce Twenty Twelve: RTL update for text widget layout, props DrewAPicture and georgestephanis. Fixes #22390.
git-svn-id: http://core.svn.wordpress.org/trunk@22575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-14 20:29:51 +00:00
Lance Willett
8f17fa783a Twenty Twelve: avoid JavaScript errors if navigation wrapper markup is removed from header. Fixes #22307.
git-svn-id: http://core.svn.wordpress.org/trunk@22574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-14 20:21:01 +00:00
Lance Willett
b59a52a77c Twenty Twelve: fix text color contrast, props jorbin. See #22087.
git-svn-id: http://core.svn.wordpress.org/trunk@22573 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-14 20:13:04 +00:00
Bot (Translations)
14295d4374 POT, generated from r22524
git-svn-id: http://core.svn.wordpress.org/trunk@22527 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-10 08:18:55 +00:00
Bot (Translations)
d4112e9ea1 POT, generated from r22524
git-svn-id: http://core.svn.wordpress.org/trunk@22526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-10 08:18:50 +00:00
Bot (Translations)
c776b44bad POT, generated from r22524
git-svn-id: http://core.svn.wordpress.org/trunk@22525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-10 08:18:43 +00:00
Mark Jaquith
2ec9c4acc2 Use ImageOptim to losslessly smush our images. About half a MB in savings! fixes #22381. props waldojaquith
git-svn-id: http://core.svn.wordpress.org/trunk@22425 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-07 18:49:10 +00:00
Andrew Nacin
0b60d08879 Proper default background color for Twenty Eleven. props miqrogroove. fixes #22347.
git-svn-id: http://core.svn.wordpress.org/trunk@22408 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-06 23:14:00 +00:00
Lance Willett
f3cfd63822 Bundled Themes: allow show_home argument to be overridden when using wp_page_menu as a fallback to a Custom Menu. Props SergeyBiryukov and kovshenin, fixes #22331.
git-svn-id: http://core.svn.wordpress.org/trunk@22359 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-02 16:52:53 +00:00
Lance Willett
440e2b8786 Twenty Twelve: handle a long site title a bit better in mobile view, don't use line-height to add space between the h1 and h2 elements in this case.
git-svn-id: http://core.svn.wordpress.org/trunk@22358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-02 16:48:11 +00:00
Lance Willett
02c63e7d06 Twenty Twelve: additional rule needed for nav menu style change in r22296, to allow long words to break in submenus. Props SergeyBiryukov, closes #22088.
git-svn-id: http://core.svn.wordpress.org/trunk@22297 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-25 18:42:21 +00:00
Lance Willett
22cc36d072 Twenty Twelve: fix navigation menu behavior when a space and one single character causes newline in navigation anchor element display. Fixes #22088.
git-svn-id: http://core.svn.wordpress.org/trunk@22296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-25 16:26:33 +00:00
Lance Willett
58ad4fc1c1 Twenty Twelve: use plain text apostrophe in PHP template file comment text. Props zeo, fixes #22276.
git-svn-id: http://core.svn.wordpress.org/trunk@22295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-25 16:06:21 +00:00
Lance Willett
9dff1d3265 Twenty Twelve: fix style for links in gallery captions wrapping to next line, props DrewAPicture. Fixes #22227.
git-svn-id: http://core.svn.wordpress.org/trunk@22294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-25 16:01:23 +00:00
Bot (Translations)
822cb864c4 POT, generated from r22217
git-svn-id: http://core.svn.wordpress.org/trunk@22218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-12 17:19:11 +00:00
Lance Willett
5834e1228f Twenty Eleven image optimization, compress PNG files a bit more.
git-svn-id: http://core.svn.wordpress.org/trunk@22217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-12 16:41:15 +00:00
Lance Willett
e4daac36c2 Twenty Ten: better spacing for rows of in-content page links. Props iandstewart, fixes #16570.
git-svn-id: http://core.svn.wordpress.org/trunk@22216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-12 16:32:34 +00:00
Lance Willett
9870e50d80 Twenty Ten image optimization, compress JPG and PNG files a bit more.
git-svn-id: http://core.svn.wordpress.org/trunk@22215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-12 16:27:21 +00:00
Lance Willett
c01a25a113 Twenty Ten and Eleven: remove invalid rel attribute generator from footer markup, see #22095.
git-svn-id: http://core.svn.wordpress.org/trunk@22214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-12 16:13:37 +00:00
Lance Willett
7ca388af6f Twenty Eleven: remove invalid pubdate value from time elements. See #22095.
git-svn-id: http://core.svn.wordpress.org/trunk@22213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-12 16:12:14 +00:00
Lance Willett
fa4b36948a Style <small> element in default themes a bit smaller than normal text, props obenland. Fixes #22109.
git-svn-id: http://core.svn.wordpress.org/trunk@22211 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-12 15:24:23 +00:00
Bot (Translations)
030e825c54 POT, generated from r22208
git-svn-id: http://core.svn.wordpress.org/trunk@22209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-12 00:19:09 +00:00
Lance Willett
7abe581573 Twenty Twelve: remove invalid rel attribute generator from footer markup, see #22095.
git-svn-id: http://core.svn.wordpress.org/trunk@22207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 23:40:23 +00:00
Lance Willett
47cf131418 Twenty Twelve: remove invalid pubdate value from time elements. See #22095.
git-svn-id: http://core.svn.wordpress.org/trunk@22206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 23:39:24 +00:00
Bot (Translations)
6d6a267fbc POT, generated from r22204
git-svn-id: http://core.svn.wordpress.org/trunk@22205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 23:19:52 +00:00
Lance Willett
8548749ffc Twenty Twelve: add missing reply link to post format templates, props obenland. Fixes #22169.
git-svn-id: http://core.svn.wordpress.org/trunk@22203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 22:26:06 +00:00
Bot (Translations)
528ce685ea POT, generated from r22201
git-svn-id: http://core.svn.wordpress.org/trunk@22202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 22:19:14 +00:00
Lance Willett
46d77ee99c Twenty Twelve: implement better support for IE7 and IE8 (don't use mobile menu). See #22044.
git-svn-id: http://core.svn.wordpress.org/trunk@22201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 22:07:06 +00:00
Lance Willett
9886963778 Twenty Eleven: escape i18n attributes as late as possible, props mfields. See #21756.
git-svn-id: http://core.svn.wordpress.org/trunk@22199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 21:30:42 +00:00
Bot (Translations)
c94b527c21 POT, generated from r22196
git-svn-id: http://core.svn.wordpress.org/trunk@22198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 20:19:00 +00:00
Lance Willett
cdbda911ae Twenty Ten: escape i18n attributes as late as possible, fixes cases in loop.php -- props mfields. See #21756.
git-svn-id: http://core.svn.wordpress.org/trunk@22197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 20:12:40 +00:00
Lance Willett
a8dd83ce10 Twenty Eleven: add rule to force override the fixed width for Twitter embeds. Props kovshenin, fixes #21680; see also r21637.
git-svn-id: http://core.svn.wordpress.org/trunk@22196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 20:10:47 +00:00
Lance Willett
c4368c8a23 Twenty Ten and Eleven: more elegant fix for long word overflow in sidebars. Also improves image resizing for images in widgets in Twenty Ten. Props obenland, fixes #21151; see #21503 also.
git-svn-id: http://core.svn.wordpress.org/trunk@22195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 20:02:33 +00:00
Lance Willett
36c9df6f16 Twenty Ten: allow page ancestors to have a visual "on" state, props mfields. Fixes #21647.
git-svn-id: http://core.svn.wordpress.org/trunk@22194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 19:57:10 +00:00
Lance Willett
bbfab9b4cb Twenty Eleven: show categories and tags only when supported by post type, using is_object_in_taxonomy() instead of only checking for 'post' post types. Props obenland, fixes #20922.
git-svn-id: http://core.svn.wordpress.org/trunk@22193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 19:53:35 +00:00
Lance Willett
91ef55e891 Twenty Twelve: set width for search input in widget context, to avoid dropping the submit button to a new line. Occurs in cases of localized installs where the submit text is wider than English, and seen in various Windows browsers. Fixes #22054.
git-svn-id: http://core.svn.wordpress.org/trunk@22191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 18:20:53 +00:00
Lance Willett
15867287fc Twenty Twelve: put back screen-reader-text selector, but just for site content (allows toolbar text to work correctly). See r22186 and #22025.
git-svn-id: http://core.svn.wordpress.org/trunk@22188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 17:36:46 +00:00
Lance Willett
17b6d4b81e Twenty Twelve: fix duplicate print CSS rules, props obenland. Fixes #22108.
git-svn-id: http://core.svn.wordpress.org/trunk@22187 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 17:28:16 +00:00
Lance Willett
47fbd77dac Twenty Twelve: improve skip link visibility, mimicing the core toolbar skiplink. Closes #22025, see #22087.
git-svn-id: http://core.svn.wordpress.org/trunk@22186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-11 17:17:55 +00:00
Lance Willett
ce1fc87461 Twenty Twelve: remove a duplicate/misplaced condition in theme-customizer.js, props DrewAPicture. Closes #21685.
git-svn-id: http://core.svn.wordpress.org/trunk@22168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-10 20:47:07 +00:00
Daryl Koopersmith
24d9eefa46 Improve styling and markup for gallery and attachment MCE views.
Attachment views can now inherit from the theme's `editor-style.css` — just have any rules that apply to the `img` tag apply to `.editor-attachment` as well.

Adds a non-functional edit button to gallery views.

see #21390, #21813, #21815.


git-svn-id: http://core.svn.wordpress.org/trunk@22154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-10 06:47:22 +00:00
Bot (Translations)
2882da59b1 POT, generated from r22152
git-svn-id: http://core.svn.wordpress.org/trunk@22153 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-10 00:18:33 +00:00
Andrew Nacin
2554b2bfbf Add author URI and complete theme URI to Twenty Ten. props DrewAPicture, fixes #22012.
git-svn-id: http://core.svn.wordpress.org/trunk@22151 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-09 23:45:47 +00:00
Ryan Boren
3854fe2e0f Put required field indicators within labels. Update styling of bundled themes to accommodate. Props MikeHansenMe. fixes #21897
git-svn-id: http://core.svn.wordpress.org/trunk@22123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-05 16:34:32 +00:00
Lance Willett
d4ac0394c3 Twenty Ten and Eleven: update screenshot.png files in both themes to double-sized versions for HiDPI support. Fixes #21388.
git-svn-id: http://core.svn.wordpress.org/trunk@22112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-04 17:43:20 +00:00
Bot (Translations)
47d9b17ee1 POT, generated from r22096
git-svn-id: http://core.svn.wordpress.org/trunk@22097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-01 22:18:50 +00:00
Lance Willett
da3372e913 Twenty Twelve: fix typo in theme description, props obenland. Fixes #22066.
git-svn-id: http://core.svn.wordpress.org/trunk@22096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-01 22:08:24 +00:00
Lance Willett
b4176c827e Twenty Twelve: fix incorrect math in style.css rem example calculation, props TomasM. Closes #22019.
git-svn-id: http://core.svn.wordpress.org/trunk@22069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 18:43:39 +00:00
Andrew Nacin
32b4571c18 Add page templates to the Twenty Twelve POT file. Remove tags from theme POT files. fixes #22016.
git-svn-id: http://core.svn.wordpress.org/trunk@22067 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 17:51:53 +00:00
Lance Willett
1692675bfc Twenty Twelve: better logic for on/off setting to be translated to turn off the font if translators explicitly say so. Also minor fixes to spelling and to use yoda comparison. Fixes #21751.
git-svn-id: http://core.svn.wordpress.org/trunk@22066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 17:44:54 +00:00
Bot (Translations)
9435d21475 POT, generated from r22061
git-svn-id: http://core.svn.wordpress.org/trunk@22062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 16:19:18 +00:00
Lance Willett
1b06a6987d Twenty Twelve: consolidate "Apologies" strings, see #22016.
git-svn-id: http://core.svn.wordpress.org/trunk@22061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 15:43:44 +00:00
Lance Willett
b5853fcd19 Twenty Twelve: fix comments in two files, for accuracy.
git-svn-id: http://core.svn.wordpress.org/trunk@22059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 15:23:15 +00:00
Lance Willett
0227278f26 Twenty Twelve: consistent indentation for content-* template files.
git-svn-id: http://core.svn.wordpress.org/trunk@22058 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 15:20:52 +00:00
Lance Willett
df9af02a2c Twenty Twelve: clean up tag.php extra newline, see r22048 and #21951.
git-svn-id: http://core.svn.wordpress.org/trunk@22057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 15:20:01 +00:00
Andrew Nacin
584f39e365 Make a string not empty to it ends up in the POT file.
git-svn-id: http://core.svn.wordpress.org/trunk@22052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 07:38:16 +00:00
Bot (Translations)
62248f2a6f POT, generated from r22050
git-svn-id: http://core.svn.wordpress.org/trunk@22051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 07:34:20 +00:00
Andrew Nacin
82b2910eab Twenty Twelve 1.0, barring any last-minute tweaks. see #21789.
git-svn-id: http://core.svn.wordpress.org/trunk@22050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 07:32:33 +00:00
Andrew Nacin
d68afd936e Simplify the Open Sans translator voodoo. see #21751.
git-svn-id: http://core.svn.wordpress.org/trunk@22049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 07:30:27 +00:00
Andrew Nacin
3d954a4b60 Add tag.php and category.php to Twenty Twelve. While by no means required, it pulls some extra logic out of archive.php, instead leveraging the template hierarchy so it is hopefully more understandable to users tweaking their themes. Use alternative control structure syntax in all templates. fixes #21951.
git-svn-id: http://core.svn.wordpress.org/trunk@22048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 07:01:16 +00:00
Lance Willett
3ffb74a6ef Twenty Twelve: better i18n for next and previous post arrow entities in single.php, props SergeyBiryukov. Fixes #22008.
git-svn-id: http://core.svn.wordpress.org/trunk@22035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-27 03:47:21 +00:00
Lance Willett
14996681b6 Twenty Twelve: allow translators to load extra character subsets for Open Sans font, props obenland. See #21751.
git-svn-id: http://core.svn.wordpress.org/trunk@22020 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-26 20:05:12 +00:00
Lance Willett
ebb2967466 Twenty Twelve: header image should be wrapped in a link to home. Fixes #22004.
git-svn-id: http://core.svn.wordpress.org/trunk@22014 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-26 16:59:57 +00:00
Lance Willett
f480a3a792 Twenty Twelve: update comment blocks at top of each page template with a better explanation of use and purpose.
git-svn-id: http://core.svn.wordpress.org/trunk@22002 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-25 19:58:33 +00:00
Lance Willett
5aff28bf13 Twenty Twelve: include a more verbose comment to educate themers on how to create specific template files for archive views, like tag.php and author.php. See #21951.
git-svn-id: http://core.svn.wordpress.org/trunk@21992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-24 23:49:45 +00:00
Lance Willett
8399a8742b Twenty Twelve: make submenu a bit wider to support longer words in menu item link text. Matches Twenty Ten and Eleven. See #21964.
git-svn-id: http://core.svn.wordpress.org/trunk@21991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-24 23:46:04 +00:00
Lance Willett
7dc528a9d9 Twenty Twelve: style basic HTML elements in text widgets, props DrewAPicture. Fixes #21932.
git-svn-id: http://core.svn.wordpress.org/trunk@21990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-24 23:17:52 +00:00
Lance Willett
847b8b3723 Twenty Twelve: remove extra space left from r21976 change.
git-svn-id: http://core.svn.wordpress.org/trunk@21977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-24 18:39:05 +00:00
Lance Willett
56de945e68 Twenty Twelve: remove the word "Blog" from archive title, see #21951. Also remove from two comments in functions.php.
git-svn-id: http://core.svn.wordpress.org/trunk@21976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-24 18:33:09 +00:00
Lance Willett
d7cbb45914 Twenty Twelve: remove twentytwelve_frontpage_sidebar_class() and make front page sidebar number filterable via body_class. Fixes #21942.
git-svn-id: http://core.svn.wordpress.org/trunk@21975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-24 16:57:42 +00:00
Lance Willett
b3f0c192d3 Twenty Twelve: change author template markup to use classes instead of IDs, fixes #21937.
git-svn-id: http://core.svn.wordpress.org/trunk@21941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-21 16:39:38 +00:00
Lance Willett
6d132acb80 Twenty Twelve: rework markup and styles for status post format after discussion with drewstrojny and testing for float clearing. Closes #21743.
git-svn-id: http://core.svn.wordpress.org/trunk@21933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-20 21:51:48 +00:00
Lance Willett
3854197ba8 Twenty Twelve: update status post format styles and markup, props drewstrojny. See #21743.
git-svn-id: http://core.svn.wordpress.org/trunk@21932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-20 19:42:19 +00:00
Lance Willett
45a36f5fc0 Twenty Twelve: remove duplicate font-size rules, defined already for list items in this context.
git-svn-id: http://core.svn.wordpress.org/trunk@21930 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-20 16:33:40 +00:00
Lance Willett
e538b8c697 Twenty Twelve: update navigation script to check for missing button and menu children earlier; allows an empty menu to be set without showing the button. See #21678.
git-svn-id: http://core.svn.wordpress.org/trunk@21929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-20 16:28:27 +00:00
Lance Willett
71fea496e8 Twenty Twelve: remove overflow rule from wrapper element to allow image styles to spill out into margins. Fixes #21926. See also #21381.
git-svn-id: http://core.svn.wordpress.org/trunk@21918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-19 17:38:30 +00:00