Commit Graph

1200 Commits

Author SHA1 Message Date
Lance Willett 6a7684d99f Twenty Thirteen: adjust line-height to be consistently applied across elements, props chriswallace and obenland. Fixes #23514.
git-svn-id: https://develop.svn.wordpress.org/trunk@23497 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-27 04:17:33 +00:00
Lance Willett 0116f4b0cd Twenty Thirteen: consistent link color for video post format, see #23545. Props taupecat.
git-svn-id: https://develop.svn.wordpress.org/trunk@23496 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-27 03:54:30 +00:00
Lance Willett e8d2d29ea5 Twenty Thirteen: first pass at cleaning up unneeded browser prefixes, props Jayjdk. See #23582.
git-svn-id: https://develop.svn.wordpress.org/trunk@23494 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-26 05:10:25 +00:00
Lance Willett 6b98d184f6 Twenty Thirteen: instantly preview header text color changes in the Theme Customizer. Fixes #23585, props SriniG.
git-svn-id: https://develop.svn.wordpress.org/trunk@23493 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-26 04:59:35 +00:00
Lance Willett fb4ae83cc5 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: https://develop.svn.wordpress.org/trunk@23492 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-26 04:50:09 +00:00
Lance Willett 3d15ae0301 Twenty Thirteen: improve styling for RSS widget title, fixes #23571.
git-svn-id: https://develop.svn.wordpress.org/trunk@23491 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-26 04:42:46 +00:00
Lance Willett 676282a34a Twenty Thirteen: better selector for widget titles. Fixes #23580.
git-svn-id: https://develop.svn.wordpress.org/trunk@23490 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-26 04:37:19 +00:00
Lance Willett 2714136c37 Twenty Thirteen: minor adjustments to bundled "star" header image. Props joen.
git-svn-id: https://develop.svn.wordpress.org/trunk@23489 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-26 04:35:00 +00:00
Andrew Nacin 06f456167b Add \n to end of Twenty Thirteen's font exception file.
git-svn-id: https://develop.svn.wordpress.org/trunk@23480 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-24 17:31:03 +00:00
potbot 979a213506 POT, generated from r23478
git-svn-id: https://develop.svn.wordpress.org/trunk@23479 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-22 18:19:47 +00:00
Lance Willett 0fd0860e5c Twenty Ten: prevent overflow for large, captioned images. Fixes #22820, props obenland.
git-svn-id: https://develop.svn.wordpress.org/trunk@23478 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-22 17:42:04 +00:00
Lance Willett ab0a5f6c72 Twenty Ten: add helpful descriptions to sidebars. Fixes #15401.
git-svn-id: https://develop.svn.wordpress.org/trunk@23477 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-22 17:32:48 +00:00
potbot 5d401fee3d POT, generated from r23475
git-svn-id: https://develop.svn.wordpress.org/trunk@23476 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-22 17:20:03 +00:00
Lance Willett a67dd02a73 Twenty Ten: better color contrast for links and text, props elfin. Fixes #14794.
git-svn-id: https://develop.svn.wordpress.org/trunk@23475 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-22 16:54:01 +00:00
Lance Willett 0d07a3b110 Twenty Eleven: ensure `twentyeleven_url_grabber()` is pluggable by wrapping in a `function_exists` check.
git-svn-id: https://develop.svn.wordpress.org/trunk@23474 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-22 16:50:40 +00:00
potbot cfb21ab63b POT, generated from r23472
git-svn-id: https://develop.svn.wordpress.org/trunk@23473 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-22 16:19:58 +00:00
Lance Willett 42bbca4bf0 Twenty Twelve: better layout for floated image captions. Fixes #23147.
git-svn-id: https://develop.svn.wordpress.org/trunk@23472 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-22 16:09:28 +00:00
Lance Willett 7a30f68c8a Twenty Twelve: show featured image in single page views. Fixes #22943, props MikeHansenMe.
git-svn-id: https://develop.svn.wordpress.org/trunk@23471 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-22 16:07:28 +00:00
Lance Willett 12ccb9626e 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: https://develop.svn.wordpress.org/trunk@23470 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-22 06:08:25 +00:00
Lance Willett 8798dcefdd 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: https://develop.svn.wordpress.org/trunk@23469 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-22 06:05:00 +00:00
Lance Willett 5dd8fbe675 Twenty Thirteen: style the `hr` element. Fixes #23529.
git-svn-id: https://develop.svn.wordpress.org/trunk@23465 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-21 06:00:00 +00:00
Lance Willett c0879ab325 Twenty Thirteen: fix typo in browser transition prefix. Fixes #23568, props Jayjdk.
git-svn-id: https://develop.svn.wordpress.org/trunk@23464 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-21 05:57:19 +00:00
Lance Willett 3ce372ce62 Twenty Thirteen: show featured image on single posts, fixes #23528. Props kwight.
git-svn-id: https://develop.svn.wordpress.org/trunk@23463 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-21 05:54:19 +00:00
Lance Willett 2b60f0259d 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: https://develop.svn.wordpress.org/trunk@23462 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-21 05:49:57 +00:00
Lance Willett 78e082dd6d Twenty Thirteen: bump priority for `twentythirteen_aside_date()` to add date output after embeds. Fixes #23511, props obenland.
git-svn-id: https://develop.svn.wordpress.org/trunk@23461 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-21 05:42:56 +00:00
Lance Willett 393b33a6a3 Twenty Thirteen: proper alignment for featured images on pages with a sidebar. Props kwight, fixes #23527.
git-svn-id: https://develop.svn.wordpress.org/trunk@23460 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-20 04:32:31 +00:00
Lance Willett f134c857b1 Twenty Thirteen: fix incorrect CSS selector in ie.css, props FStop. Fixes #23548.
git-svn-id: https://develop.svn.wordpress.org/trunk@23459 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-20 04:22:02 +00:00
Mark Jaquith a279913a2e Introduce the Twenty Thirteen theme.
props matt, joen, obenland, lancewillett. see #23504

git-svn-id: https://develop.svn.wordpress.org/trunk@23452 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-18 23:08:56 +00:00
Lance Willett 32ca2518b3 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: https://develop.svn.wordpress.org/trunk@23429 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-15 16:53:58 +00:00
Lance Willett db3d33ac0a Twenty Twelve: clear center-aligned images properly. Fixes #23244.
git-svn-id: https://develop.svn.wordpress.org/trunk@23428 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-15 16:45:04 +00:00
Lance Willett 7d61808bc6 Twenty Twelve: remove unnecessary class values in posts navigation, fixes #23152. Props DrewAPicture.
git-svn-id: https://develop.svn.wordpress.org/trunk@23427 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-15 16:38:04 +00:00
Lance Willett 412b37a490 Twenty Twelve: fix button active state to avoid a 2px shift, fixes #22825. Props ocean90.
git-svn-id: https://develop.svn.wordpress.org/trunk@23426 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-15 16:34:56 +00:00
potbot 791206e4cd POT, generated from r23404
git-svn-id: https://develop.svn.wordpress.org/trunk@23405 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-13 22:19:39 +00:00
potbot 0d88074cf9 POT, generated from r23230
git-svn-id: https://develop.svn.wordpress.org/trunk@23243 602fd350-edb4-49c9-b593-d223f7449a82
2013-01-01 00:19:42 +00:00
potbot f0508c7210 POT, generated from r23230
git-svn-id: https://develop.svn.wordpress.org/trunk@23238 602fd350-edb4-49c9-b593-d223f7449a82
2013-01-01 00:19:32 +00:00
potbot 33fa531bf8 POT, generated from r23230
git-svn-id: https://develop.svn.wordpress.org/trunk@23231 602fd350-edb4-49c9-b593-d223f7449a82
2013-01-01 00:19:17 +00:00
Helen Hou-Sandi 1303e7377a its <=> it's in documentation, along with a rogue the, The, and looses. props trepmal. fixes #22665.
git-svn-id: https://develop.svn.wordpress.org/trunk@23191 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-20 15:55:32 +00:00
potbot ec381a51c0 POT, generated from r23173
git-svn-id: https://develop.svn.wordpress.org/trunk@23174 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-11 18:24:21 +00:00
Andrew Nacin 2fb42f526f Bump Twenty Twelve's version to 1.1.1.
git-svn-id: https://develop.svn.wordpress.org/trunk@23173 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-11 18:21:31 +00:00
potbot 45ac1f7e10 POT, generated from r23127
git-svn-id: https://develop.svn.wordpress.org/trunk@23130 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-07 21:19:19 +00:00
potbot 7773021895 POT, generated from r23127
git-svn-id: https://develop.svn.wordpress.org/trunk@23129 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-07 21:19:13 +00:00
potbot a19e5b1809 POT, generated from r23127
git-svn-id: https://develop.svn.wordpress.org/trunk@23128 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-07 21:19:05 +00:00
Andrew Nacin 45699e974c Bump the versions for Twenty Ten, Twenty Eleven, and Twenty Twelve.
git-svn-id: https://develop.svn.wordpress.org/trunk@23125 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-07 20:43:34 +00:00
Lance Willett 7d904038e9 Twenty Twelve: set `color` values to black to ensure full text color contrast in print styles. Props miqrogroove, fixes #22797.
git-svn-id: https://develop.svn.wordpress.org/trunk@23116 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-07 01:38:57 +00:00
Lance Willett ca2f9a9bab 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: https://develop.svn.wordpress.org/trunk@23102 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-06 07:16:31 +00:00
Lance Willett 38a29de5bc 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: https://develop.svn.wordpress.org/trunk@23060 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-05 03:06:46 +00:00
potbot d9950dbaca POT, generated from r23000
git-svn-id: https://develop.svn.wordpress.org/trunk@23001 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-03 21:18:57 +00:00
Lance Willett cb39d77bb5 Twenty Eleven: escape navigation ID output, closes #22690.
git-svn-id: https://develop.svn.wordpress.org/trunk@23000 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-03 20:13:14 +00:00
Lance Willett e6bc7f67f9 Twenty Twelve: escape navigation ID output, props nacin. See #22690.
git-svn-id: https://develop.svn.wordpress.org/trunk@22999 602fd350-edb4-49c9-b593-d223f7449a82
2012-12-03 20:12:22 +00:00
Lance Willett 2ebf4fb23c 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: https://develop.svn.wordpress.org/trunk@22899 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-28 18:17:38 +00:00
Lance Willett cd3696b902 Twenty Eleven: style a few more common input types. See #20579 and #21757.
git-svn-id: https://develop.svn.wordpress.org/trunk@22898 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-28 18:04:17 +00:00
Lance Willett 67891fed5c Twenty Ten: style a few more input types, and fix missing quotes around types in selectors. See #20579.
git-svn-id: https://develop.svn.wordpress.org/trunk@22897 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-28 17:49:43 +00:00
Lance Willett ad3203f15f 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: https://develop.svn.wordpress.org/trunk@22896 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-28 17:43:46 +00:00
Lance Willett 7aa32f4ed8 Twenty Twelve: add RTL overrides for IE7 and IE8, props DrewAPicture. Closes #22044.
git-svn-id: https://develop.svn.wordpress.org/trunk@22688 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-19 21:41:04 +00:00
potbot ee43a7ff53 POT, generated from r22621
git-svn-id: https://develop.svn.wordpress.org/trunk@22625 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-16 22:19:00 +00:00
potbot faba7f612a POT, generated from r22621
git-svn-id: https://develop.svn.wordpress.org/trunk@22624 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-16 22:18:49 +00:00
Lance Willett f675bc1e34 Twenty Ten: clean up r22617, remove extra end comment and indent code. See #20469.
git-svn-id: https://develop.svn.wordpress.org/trunk@22621 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-16 22:06:01 +00:00
Lance Willett b6736b8a6b Twenty Twelve: remove extraneous comment. See #20469.
git-svn-id: https://develop.svn.wordpress.org/trunk@22620 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-16 22:04:57 +00:00
Lance Willett ca58fbc22d Twenty Ten: move the "Comments closed" text outside the `have_comments()` conditional, props kovshenin. Closes #20469.
git-svn-id: https://develop.svn.wordpress.org/trunk@22617 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-16 21:35:42 +00:00
Lance Willett 2ad1038e99 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: https://develop.svn.wordpress.org/trunk@22616 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-16 21:31:02 +00:00
Lance Willett 13cb0aa9a3 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: https://develop.svn.wordpress.org/trunk@22615 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-16 21:28:47 +00:00
Lance Willett d0dea25296 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: https://develop.svn.wordpress.org/trunk@22614 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-16 21:22:17 +00:00
potbot 45bcf643e8 POT, generated from r22589
git-svn-id: https://develop.svn.wordpress.org/trunk@22591 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-15 01:19:13 +00:00
potbot a5baedb09f POT, generated from r22589
git-svn-id: https://develop.svn.wordpress.org/trunk@22590 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-15 01:19:08 +00:00
Lance Willett 43107f767c 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: https://develop.svn.wordpress.org/trunk@22588 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-15 00:48:03 +00:00
Lance Willett 05d7baa79a Twenty Twelve: better closed comments notes. Check only for "comment" type comments when deciding whether to show the message.
git-svn-id: https://develop.svn.wordpress.org/trunk@22587 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-15 00:43:43 +00:00
Lance Willett a28704b09a Twenty Twelve: style Multisite messages and forms to match the theme styles. Props DrewAPicture and obenland, fixes #22179.
git-svn-id: https://develop.svn.wordpress.org/trunk@22579 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-14 22:04:25 +00:00
Lance Willett a2cc96bd34 Twenty Twelve: revert accidental paste in r22576, see #22359.
git-svn-id: https://develop.svn.wordpress.org/trunk@22577 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-14 21:38:34 +00:00
Lance Willett e94de95731 Twenty Twelve: wrap long text and URLs in entries. Props philiparthurmoore, fixes #22359. (Also clean up property order a bit.)
git-svn-id: https://develop.svn.wordpress.org/trunk@22576 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-14 21:34:10 +00:00
Lance Willett 5678561273 Twenty Twelve: RTL update for text widget layout, props DrewAPicture and georgestephanis. Fixes #22390.
git-svn-id: https://develop.svn.wordpress.org/trunk@22575 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-14 20:29:51 +00:00
Lance Willett 915b3eda40 Twenty Twelve: avoid JavaScript errors if navigation wrapper markup is removed from header. Fixes #22307.
git-svn-id: https://develop.svn.wordpress.org/trunk@22574 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-14 20:21:01 +00:00
Lance Willett 83d6afd2fb Twenty Twelve: fix text color contrast, props jorbin. See #22087.
git-svn-id: https://develop.svn.wordpress.org/trunk@22573 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-14 20:13:04 +00:00
potbot 3439b4f2f9 POT, generated from r22524
git-svn-id: https://develop.svn.wordpress.org/trunk@22527 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-10 08:18:55 +00:00
potbot c2ce705ec4 POT, generated from r22524
git-svn-id: https://develop.svn.wordpress.org/trunk@22526 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-10 08:18:50 +00:00
potbot 8d64f6c567 POT, generated from r22524
git-svn-id: https://develop.svn.wordpress.org/trunk@22525 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-10 08:18:43 +00:00
Mark Jaquith 504b94b1b3 Use ImageOptim to losslessly smush our images. About half a MB in savings! fixes #22381. props waldojaquith
git-svn-id: https://develop.svn.wordpress.org/trunk@22425 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-07 18:49:10 +00:00
Andrew Nacin 003319cdf6 Proper default background color for Twenty Eleven. props miqrogroove. fixes #22347.
git-svn-id: https://develop.svn.wordpress.org/trunk@22408 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-06 23:14:00 +00:00
Lance Willett 67deebeca5 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: https://develop.svn.wordpress.org/trunk@22359 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-02 16:52:53 +00:00
Lance Willett fa95152015 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: https://develop.svn.wordpress.org/trunk@22358 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-02 16:48:11 +00:00
Lance Willett 7dff35e75d 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: https://develop.svn.wordpress.org/trunk@22297 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-25 18:42:21 +00:00
Lance Willett f853d3b345 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: https://develop.svn.wordpress.org/trunk@22296 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-25 16:26:33 +00:00
Lance Willett 4be5613bb6 Twenty Twelve: use plain text apostrophe in PHP template file comment text. Props zeo, fixes #22276.
git-svn-id: https://develop.svn.wordpress.org/trunk@22295 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-25 16:06:21 +00:00
Lance Willett f41b914666 Twenty Twelve: fix style for links in gallery captions wrapping to next line, props DrewAPicture. Fixes #22227.
git-svn-id: https://develop.svn.wordpress.org/trunk@22294 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-25 16:01:23 +00:00
potbot 192e8e8065 POT, generated from r22217
git-svn-id: https://develop.svn.wordpress.org/trunk@22218 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-12 17:19:11 +00:00
Lance Willett a2445aef9b Twenty Eleven image optimization, compress PNG files a bit more.
git-svn-id: https://develop.svn.wordpress.org/trunk@22217 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-12 16:41:15 +00:00
Lance Willett e092ce7546 Twenty Ten: better spacing for rows of in-content page links. Props iandstewart, fixes #16570.
git-svn-id: https://develop.svn.wordpress.org/trunk@22216 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-12 16:32:34 +00:00
Lance Willett 0026eb9c10 Twenty Ten image optimization, compress JPG and PNG files a bit more.
git-svn-id: https://develop.svn.wordpress.org/trunk@22215 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-12 16:27:21 +00:00
Lance Willett df938da26c Twenty Ten and Eleven: remove invalid rel attribute generator from footer markup, see #22095.
git-svn-id: https://develop.svn.wordpress.org/trunk@22214 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-12 16:13:37 +00:00
Lance Willett 8c890aa154 Twenty Eleven: remove invalid pubdate value from time elements. See #22095.
git-svn-id: https://develop.svn.wordpress.org/trunk@22213 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-12 16:12:14 +00:00
Lance Willett 678b2e0695 Style <small> element in default themes a bit smaller than normal text, props obenland. Fixes #22109.
git-svn-id: https://develop.svn.wordpress.org/trunk@22211 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-12 15:24:23 +00:00
potbot 1a57c4623c POT, generated from r22208
git-svn-id: https://develop.svn.wordpress.org/trunk@22209 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-12 00:19:09 +00:00
Lance Willett ab72140469 Twenty Twelve: remove invalid rel attribute `generator` from footer markup, see #22095.
git-svn-id: https://develop.svn.wordpress.org/trunk@22207 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-11 23:40:23 +00:00
Lance Willett 96c3ade4b5 Twenty Twelve: remove invalid `pubdate` value from time elements. See #22095.
git-svn-id: https://develop.svn.wordpress.org/trunk@22206 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-11 23:39:24 +00:00
potbot 5ed25cf4a8 POT, generated from r22204
git-svn-id: https://develop.svn.wordpress.org/trunk@22205 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-11 23:19:52 +00:00
Lance Willett e775e06c24 Twenty Twelve: add missing reply link to post format templates, props obenland. Fixes #22169.
git-svn-id: https://develop.svn.wordpress.org/trunk@22203 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-11 22:26:06 +00:00
potbot 205501dac7 POT, generated from r22201
git-svn-id: https://develop.svn.wordpress.org/trunk@22202 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-11 22:19:14 +00:00
Lance Willett 093fd9bb1d Twenty Twelve: implement better support for IE7 and IE8 (don't use mobile menu). See #22044.
git-svn-id: https://develop.svn.wordpress.org/trunk@22201 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-11 22:07:06 +00:00
Lance Willett 1a766217d9 Twenty Eleven: escape i18n attributes as late as possible, props mfields. See #21756.
git-svn-id: https://develop.svn.wordpress.org/trunk@22199 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-11 21:30:42 +00:00
potbot d6ef68fdc6 POT, generated from r22196
git-svn-id: https://develop.svn.wordpress.org/trunk@22198 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-11 20:19:00 +00:00
Lance Willett c77c6ae9cb Twenty Ten: escape i18n attributes as late as possible, fixes cases in loop.php -- props mfields. See #21756.
git-svn-id: https://develop.svn.wordpress.org/trunk@22197 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-11 20:12:40 +00:00