Commit Graph

100 Commits

Author SHA1 Message Date
Lance Willett
5bb8d78e07 Bundled Themes: implement Microsoft-specific @viewport rules for better responsive styling in Windows 8 "snapped" views. Props celloexpressions, fixes #25888.
Built from https://develop.svn.wordpress.org/trunk@26070


git-svn-id: http://core.svn.wordpress.org/trunk@25990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-09 23:20:09 +00:00
Andrew Nacin
70fd806759 Revert r25824:25875 from the core.svn.wordpress.org repository.
These commits were accidentally re-synced commits from develop.svn.wordpress.org due to a race condition. Thankfully, the history of this repository matters fairly little. It also happened only for trunk.


git-svn-id: http://core.svn.wordpress.org/trunk@25876 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-25 02:29:52 +00:00
Andrew Nacin
8ae8e01b67 Remove the old wp_auto_updates_maybe_update cron event. Schedule the new wp_maybe_auto_update event at 7 a.m. and 7 p.m. in the site's timezone.
see #27704.

Built from https://develop.svn.wordpress.org/trunk@25825


git-svn-id: http://core.svn.wordpress.org/trunk@25825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-24 22:53:14 +00:00
Lance Willett
b3b963d6ee Bundled themes: bump version numbers (ignoring Twenty Ten).
Built from https://develop.svn.wordpress.org/trunk@25902


git-svn-id: http://core.svn.wordpress.org/trunk@25814 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-24 19:37:08 +00:00
Andrew Nacin
032fa66fec Twenty Eleven: Fix some mobile layout bugs on single post format view. props lancewillett, fixes #25019.
Built from https://develop.svn.wordpress.org/trunk@25042


git-svn-id: http://core.svn.wordpress.org/trunk@25029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-08-16 21:15:08 +00:00
Lance Willett
eddab8187b Bundled themes: bump version numbers.
git-svn-id: http://core.svn.wordpress.org/trunk@24958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-08-01 17:52:36 +00:00
Andrew Nacin
c4f26d06b6 Remove /extend/ from Theme URI headers in default themes. props JustinSainton, fixes #24389.
git-svn-id: http://core.svn.wordpress.org/trunk@24321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-22 21:06:08 +00:00
Lance Willett
b74477ecf0 Twenty Eleven, minor cleanup: remove extra spaces in CSS file and crush a few more kilobytes from a PNG file.
git-svn-id: http://core.svn.wordpress.org/trunk@24144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-04-29 21:02:25 +00:00
Lance Willett
2c3d9482dc Bundled themes: remove cases of :active and :hover pseudo-class selectors used for accessibility. These cases need :focus only. See r23783 and #23803.
git-svn-id: http://core.svn.wordpress.org/trunk@23841 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-28 16:37:42 +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
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
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
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
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
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
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
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
Andrew Nacin
770ee9720a Add new 'flexible-header' tag for themes. Add it to Twenty Ten and Twenty Eleven. [21533] added it for Twenty Twelve.
props lancewillett. fixes #21065.



git-svn-id: http://core.svn.wordpress.org/trunk@21604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-24 15:22:14 +00:00
lancewillett
34056f4c03 Twenty Eleven: fix gallery thumbnail image overflow, props chellycat. Fixes #20478.
git-svn-id: http://core.svn.wordpress.org/trunk@21488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-09 17:58:56 +00:00
lancewillett
24c98560e1 Twenty Eleven: fix long URLs in comments overflow content area, fixes #21491. Props SergeyBiryukov jkudish andrewspittle.
Also minor pinking shears in stylesheet and functions file.


git-svn-id: http://core.svn.wordpress.org/trunk@21487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-09 17:32:39 +00:00
markjaquith
364763adfe Remove an errant 1 pixel border below the header image in Twenty Eleven. props alexvorn2. props SergeyBiryukov. fixes #21057
git-svn-id: http://core.svn.wordpress.org/trunk@21243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-07-09 05:13:50 +00:00
ryan
e8443447de Bump bundled theme versions. Props nacin. fixes #20886
git-svn-id: http://core.svn.wordpress.org/trunk@21040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-06-10 14:18:45 +00:00
nacin
1f11c21eae Provide a Text Domain header for Twenty Ten and Twenty Eleven. WP_Theme will then look to translate the style.css headers (name, author, description, etc.) on themes.php, even if the theme isn't activated. fixes #20448.
git-svn-id: http://core.svn.wordpress.org/trunk@20946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-05-27 16:44:14 +00:00
nacin
a236527f4d Twenty Eleven: Remove unused CSS. props SergeyBiryukov. fixes #20470.
git-svn-id: http://core.svn.wordpress.org/trunk@20907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-05-25 18:29:05 +00:00
nacin
e303c609b3 Twenty Eleven: Style the samp and var elements the same way we style the code and kbd elements. props mfields, fixes #17842.
git-svn-id: http://core.svn.wordpress.org/trunk@20906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-05-25 18:22:31 +00:00
nacin
78f3a9cbf5 Twenty Eleven: Add whitespace to paragraphs in the image post format. props mfields, fixes #20471.
git-svn-id: http://core.svn.wordpress.org/trunk@20905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-05-25 18:16:42 +00:00
nacin
a9ebdd659b Twenty Eleven: Remove border and padding from images in the image widget. props lancewillett, fixes #20482.
git-svn-id: http://core.svn.wordpress.org/trunk@20904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-05-25 18:16:01 +00:00
nacin
e85049387a Twenty Eleven: Correct the display of featured images in the showcase template for IE8. props chellycat. fixes #20479.
git-svn-id: http://core.svn.wordpress.org/trunk@20903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-05-25 18:14:44 +00:00
nacin
d0eb7ef75e Twenty Eleven: pull classes shouldn't force a width on all elements (like images). props matveb. fixes #20485.
git-svn-id: http://core.svn.wordpress.org/trunk@20881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-05-24 18:05:36 +00:00
markjaquith
94dcf629f2 Fix orphaned arrow on Twenty Eleven's paged post navigation. props mfields. fixes #19526
git-svn-id: http://core.svn.wordpress.org/trunk@20870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-05-24 07:04:34 +00:00
ryan
dd64f17ab7 More consistent attribute escaping. Props nacin.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-12-10 19:18:51 +00:00
nacin
01f4ceff33 Give a min-height to posts of the status post format in Twenty Eleven. props devinreams, fixes #19325.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-12-02 17:22:46 +00:00
azaozz
a674ecca95 TwentyEleven: prevent #nav-single from blocking clicks, props SergeyBiryukov, fixes #18884
git-svn-id: http://svn.automattic.com/wordpress/trunk@19369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-11-21 02:59:23 +00:00
nacin
bbea28c8ca Higher z-index for #branding in Twenty Eleven. props matveb. fixes #18938.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-11-15 20:18:22 +00:00
nacin
7ad3e5328b Highlight current-menu-item and current-menu-ancestor in Twenty Eleven. props Viper007Bond, fixes #18643.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19301 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-11-15 20:16:56 +00:00
nacin
64601afb36 Better fluid/responsive image styles in Twenty Eleven. props iandstewart, lancewillett, fixes #18940.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19292 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-11-15 02:20:44 +00:00
nacin
e9be1d8344 Make sure embeds and iframes fit their containers in Twenty Eleven. props matveb, fixes #18941.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-11-15 02:16:58 +00:00
ryan
79870c1ad5 1.2
git-svn-id: http://svn.automattic.com/wordpress/trunk@18438 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-07-12 18:30:26 +00:00
nacin
ddd86fcfba Twenty Eleven: Fix search form width in IE7. props iandstewart, fixes #18004 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18408 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-07-11 05:27:53 +00:00
nacin
832224400d Twenty Eleven bump. see #17759.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18394 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-07-04 20:02:05 +00:00
azaozz
136dc67933 Twenty Eleven: Fix missing comma in transition-property (accidentally reverted), props Jayjdk, fixes #17426
git-svn-id: http://svn.automattic.com/wordpress/trunk@18389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-07-03 18:09:49 +00:00
ryan
fdc7409251 twentyeleven code tidy up. Props dd32, lancewillett. fixes #17748
git-svn-id: http://svn.automattic.com/wordpress/trunk@18385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-30 21:57:50 +00:00
nacin
beb8c892cf Twenty Eleven without header text: Prevent the nav from overlapping the search box. props iandstewart, fixes #17949.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-30 20:46:21 +00:00
azaozz
6fae1a231e Twenty Eleven: limit textarea resizing to vertical only, props iandstewart, fixes #17947
git-svn-id: http://svn.automattic.com/wordpress/trunk@18382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-30 19:49:47 +00:00
azaozz
ef4356b411 More fixes for 2011, props iandstewart, see #17809
git-svn-id: http://svn.automattic.com/wordpress/trunk@18360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-27 22:17:19 +00:00
azaozz
e38b292638 Fix arrows in 2011, props iandstewart, fixes #17809
git-svn-id: http://svn.automattic.com/wordpress/trunk@18359 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-27 22:02:29 +00:00
azaozz
bad6d5e3f3 Twenty Eleven RTL update, props yoavf, fixes #17882
git-svn-id: http://svn.automattic.com/wordpress/trunk@18342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-25 20:24:07 +00:00
azaozz
afee5890c9 Twenty Eleven: Tweaking the tiny bubbles, again. fixes #17741
git-svn-id: http://svn.automattic.com/wordpress/trunk@18336 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-24 01:28:43 +00:00
azaozz
d1e6fe41e9 Make 2011 search box wider, props demetris, fixes #17707
git-svn-id: http://svn.automattic.com/wordpress/trunk@18334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-23 22:56:40 +00:00