Commit Graph

1043 Commits

Author SHA1 Message Date
Aahan Krish bc3988db85 Use content-none.php instead of no-results.php
Renamed no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181); so let's make sure it's used.
2013-10-13 16:38:48 +05:30
Aahan Krish 61f469bbdf Use content-none.php instead of no-results.php
Renamed no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181); so let's make sure it's used.
2013-10-13 16:37:59 +05:30
Aahan Krish 148818220e Use content-none.php instead of no-results.php
Renamed no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181); so let's make sure it's used.
2013-10-13 16:37:14 +05:30
Aahan Krish 5e8f3bbfe9 Rename no-results.php to content-none.php
Rename no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181).
2013-10-13 16:35:20 +05:30
Konstantin Obenland ea31bd462d Merge pull request #330 from aahan/patch-2
_s: Removed extra indentation on div#comments to align with closing element.
2013-10-11 06:54:01 -07:00
Aahan Krish 1e1fd565e1 Removed extra indentation on div#comments 2013-10-10 22:46:32 +05:30
Greg Johnson 50a539cd81 Wordpress custom-header functionality seems to require default-text-color to be a six-digit hex code. using less than six digits here causes Appearance > Header to hang on step 3 2013-10-08 14:59:35 -05:00
michiecat 4c6d950f14 Merge pull request #323 from davidakennedy/focusable-skip-link
Make skip link focusable
2013-10-07 09:50:27 -07:00
David A. Kennedy 3ae7a5e310 Make skip link focusable. 2013-10-01 21:30:53 -04:00
Konstantin Obenland 2927f7c59f Merge pull request #321 from vinodvdalvi/master
_s: Get spacing right.
2013-10-01 14:10:41 -07:00
Vinod Dalvi 430d379f4b Fixed minor WordPress coding standard issues. 2013-09-30 22:32:42 -07:00
obenland 54614ee763 _s: Update pot file to reflect recent changes in public strings. 2013-09-25 15:10:41 -07:00
obenland 543cae8bbf Merge branch 'master' of https://github.com/davidakennedy/_s into titles
Conflicts:
	image.php
	inc/custom-header.php
	searchform.php
2013-09-25 14:59:11 -07:00
obenland 083d8a580d _s: Simplify header image markup in admin appearance page. 2013-09-25 14:55:08 -07:00
obenland f572468099 _s: Simplify header image example markup.
`get_header_image()` will return the boolean false or an empty string if
there is no header image. Both will be evaluated as false by the if
statement.

Related: http://core.trac.wordpress.org/ticket/25156
2013-09-23 14:39:15 -07:00
Thomas Guillot 1ba6c9e1fe Merge pull request #311 from vinodvdalvi/master
CSS and Comments Changes
2013-09-16 09:50:52 -07:00
Vinod Dalvi e9908d3798 Corrected file name 2013-09-15 08:08:46 -07:00
Vinod Dalvi 320ac80768 Merge remote-tracking branch 'upstream/master' 2013-09-15 08:04:47 -07:00
Vinod Dalvi dbb5797ca5 Fixed some minor spacing issues. 2013-09-14 09:25:32 -07:00
Vinod Dalvi d295590742 Removed extra lines 2013-09-14 03:51:56 -07:00
Vinod Dalvi 1a60b6cf85 Corrected wrong comments. 2013-09-14 03:29:53 -07:00
Lance Willett 19fb31f4e5 Correctly escape attribute text in search form template. 2013-09-13 13:51:09 -07:00
Vinod Dalvi c7f8623716 Made Changes in CSS to Make it Adhere to WordPress CSS Coding Standards. 2013-09-12 14:15:25 -07:00
obenland dff92a0e9e _s: Be more specific about clearing elements.
(Introduced in b1d3b53)

While class attribute selectors are very powerful and might help in
keeping stylesheets concise and easier to maintain, they don't work very
well with a project like WordPress. Not only can third-party scripts
insert and rely on specific class names that get picked up by attribute
selectors for common class names. But more importantly WordPress passes
category and tag slugs on to post classes, which can result in
unpredictible results.

Fixes #284, fixes #309.
2013-09-12 13:11:38 +09:00
obenland 6e80d01bd0 _s: Make footer markup optional with edit post link. 2013-09-12 12:45:44 +09:00
Konstantin Obenland f804d4d3b2 Merge pull request #306 from sabreuse/patch-1
_s: Simplify comment labeling.
2013-09-11 20:43:38 -07:00
michiecat 7f4c689188 Merge pull request #293 from SnowDayGroup/code-comments-grammar
minor code comment comma grammar fixes
2013-09-02 21:12:05 -07:00
obenland 129c238239 _s: Define initial-scale for a better mobile experience when changing
device orientation. Fixes: #285.
2013-09-02 17:33:32 -07:00
Amy Hendrix d41371c9f9 Simplify comment labeling in image.php
The image template is the only one to label "comments and trackbacks are open" "comments are closed but trackbacks are open" etc. ad nauseam. Few people are using those options any more, and it's a lot of clutter on a template that (if anything) should be simpler and cleaner than all the rest - we should delete all that and match the comment presentation to the way it's done in page.php and single.php
2013-08-29 10:59:27 -04:00
Konstantin Obenland a224b393c4 Merge pull request #305 from andrewspittle/master
_s: Update small-menu.js reference in README.
2013-08-28 14:42:41 -07:00
Andrew Spittle b260e2906e Update small-menu reference in README
The old reference was to `js/small-menu.js` which no longer exists. Current file is `js/navigation.js`.
2013-08-28 14:38:11 -07:00
Konstantin Obenland d598324b67 Merge pull request #303 from thomasguillot/keyboard-image-navigation
_s: Fix element for left arrow key code.
2013-08-27 09:05:12 -07:00
Thomas Guillot f87479f70d _s: Fix element for left arrow key code
Previous one was deprecated
2013-08-27 10:29:46 +01:00
Konstantin Obenland 8495f99e2b Merge pull request #292 from SnowDayGroup/docfixes
_s: Add comma in docs.
2013-08-26 08:36:14 -07:00
Konstantin Obenland 14b6cd55fc Merge pull request #291 from SnowDayGroup/image-optimization
_s: Optimize screenshot.png.
2013-08-26 08:35:38 -07:00
David A. Kennedy 48ac0da4e1 Second round of removing title attributes. 2013-08-24 02:06:06 -04:00
David A. Kennedy 22e859857e Fix merge conflict. 2013-08-23 23:58:40 -04:00
David A. Kennedy 889491de53 First round of removing title attributes. 2013-08-23 23:48:19 -04:00
Brad Parbs bf6ecae7c4 minor code comment comma grammar fixes 2013-08-21 12:04:29 -05:00
Brad Parbs c4c0fa992e Comma fix in docs 2013-08-21 11:55:53 -05:00
Brad Parbs 067dac2ddd Optimized screenshot image - 93.8% savings 2013-08-21 11:53:25 -05:00
obenland 0ac069a0bf _s: Update selectors to reflect the changes in 810e499. Fixes #288. 2013-08-21 10:38:39 -04:00
Konstantin Obenland 76c68722cc Merge pull request #290 from BFTrick/rename-overload
Use 'override' instead of 'overload' to avoid confusion with overloading properties and methods in PHP.
2013-08-21 07:30:20 -07:00
Patrick Rauland 3d98e794d3 also changing overload to override in comments.php & archive.php 2013-08-20 07:27:46 -05:00
Patrick Rauland 1d134ab298 renaming overload to override. props emiluzelac. 2013-08-20 07:16:42 -05:00
Thomas Guillot 966d649f3c _s: Use comment_reply_link arguments to wrap reply link
Avoid empty div if no reply link
2013-08-19 10:18:10 +01:00
Konstantin Obenland a462ad5720 Merge pull request #280 from jayj/jayj-underscores-url-selector
Add `url` to the list of input selectors.
2013-08-11 15:06:15 -07:00
Konstantin Obenland 3c4b905086 Merge pull request #279 from jayj/jayj-underscores-heading-spacing
Add spaces between heading selectors.
2013-08-07 08:26:21 -07:00
Konstantin Obenland 74370a2148 Merge pull request #278 from jayj/jayj-underscores-main-element
Add the `<main>` element to the list of HTML5 selectors.
2013-08-07 08:24:59 -07:00
Jesper Johansen b5864622ee Add the <main> element to the list of HTML5 selectors 2013-08-07 00:59:28 +02:00