Commit Graph

1226 Commits

Author SHA1 Message Date
Lance Willett a507c94002 Twenty Thirteen: style the multisite registration form, props kwight. Fixes #23631.
git-svn-id: https://develop.svn.wordpress.org/trunk@23513 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 16:59:03 +00:00
Lance Willett ac4ab9cd60 Twenty Thirteen: style comments correctly when `show_avatars` option is turned off in Discussion settings. Props SriniG, fixes #23558.
git-svn-id: https://develop.svn.wordpress.org/trunk@23498 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-27 04:25:14 +00:00
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