Commit graph

744 commits

Author SHA1 Message Date
Jack Lenox
776eaf6e94 Correcting some irregular capitalisation and coding standards issues 2014-06-25 00:13:36 +01:00
Jack Lenox
b6ad3b341a Changed lone uppercase H to lower 2014-06-25 00:04:59 +01:00
Tammie Lister
eb58df8d30 Revert the change to spacing in #517
Adds back in space for now. Props @lancewillett
2014-06-21 00:39:40 +01:00
Tammie Lister
97e4dc5270 Merge pull request #517 from emiluzelac/patch-29
Minor spacing fix for main navigation props @emiluzelac
2014-06-20 12:01:17 +01:00
Emil Uzelac
f74b591348 Minor spacing fix for main navigation
Just an itsy-bitsy space removal, no biggie, but needed :)
2014-06-19 23:49:33 -05:00
Konstantin Obenland
1c42386783 _s: Document background color fallback.
A default background color is needed for any time there is no custom background color.
This happens to use the browser's default `#fff`, and is meant more as a reminder for theme authors.

See #515.
2014-06-19 13:20:30 +02:00
Konstantin Obenland
4f9492a7b8 Merge pull request #512 from slobodan/content-search
First pass at creating a search-dedicated post template. Simplifies `content.php` and makes use of the template hierarchy.

Eventually we can think about removing more meta information, as appropriate.
2014-06-16 10:30:18 +02:00
Slobodan Manic
00570514d4 Adds .updated class to .entry-date when needed 2014-06-15 13:20:06 +02:00
Slobodan Manic
6cb3c485ba Creates content-search.php and removes is_search() check from content.php 2014-06-15 13:05:23 +02:00
Konstantin Obenland
31ac4d2b2d Merge pull request #507 from gatespace/update_pot
Update `_s.pot`.
2014-06-15 06:50:59 +02:00
Kazue Igarashi
9089d02304 Update _s.pot
Change "Posted on" string.
And add "by" string.
Related: #453, e24e53e
2014-06-03 23:15:07 +09:00
Konstantin Obenland
e24e53e024 Merge pull request #453 from grappler/translation-strings
_s: Avoid html tags in "Posted on" string.
2014-06-02 08:28:46 -07:00
Konstantin Obenland
91d2514a62 _s: List post formats in their own line.
d8a88d2097 brought the HTML5 support declaration close to how Twenty Thirteen and Twenty Fourteen do it, leaving post formats doing their own thing.

Let's make displaying array values consistent with the latest default themes.
2014-05-29 14:14:25 -07:00
Philip Arthur Moore
25a6b98898 Merge pull request #502 from emiluzelac/patch-24
Minor coding standards adjustments for HTML5 markup support declaration. See https://github.com/Automattic/_s/pull/498#issuecomment-44492997.
2014-05-29 16:08:33 +07:00
Emil Uzelac
d8a88d2097 Post Formats code re-formatting
See: https://github.com/Automattic/_s/pull/498#issuecomment-44492997
2014-05-29 01:54:04 -05:00
Tammie Lister
cbe996bfb9 Merge pull request #501 from emiluzelac/patch-23
Increases text width to 100% which allows for box-sizing. I like this better and if someone wants to add a border or effect they can change the width.
2014-05-28 17:48:20 +01:00
Emil Uzelac
9f295c197d textarea width
We can safely increase the textarea width from 98% to 100%. 

```box-sizing``` handles the layout nicely and it won't allow the overflow. 

If more details is needed, please see: http://davidwalsh.name/textarea-width this is the best example I could find.
2014-05-28 00:05:18 -05:00
Konstantin Obenland
4359baa57f Merge pull request #500 from emiluzelac/patch-22
Simplifies `border-color` attributes.
2014-05-26 17:27:41 -07:00
Emil Uzelac
92128bbc7d Border Color
Minor CSS optimization for border and border color.

For the border itself, we don't need to include the color in ```border: {}```, color is already added in ```border-color: {}```. 

Since the Theme uses shorthands for padding/margins, why not do the same for the border colors as well.
2014-05-26 16:00:23 -05:00
Philip Arthur Moore
cf64e34608 Merge pull request #499 from emiluzelac/patch-21
Change `widgettitle` to `widget-title` in 404 template for better consistency throughout all theme files. _s uses `widget-title` as its convention when declaring theme widgets, so we'll go with that.
2014-05-26 15:39:50 +07:00
Philip Arthur Moore
37af1521d8 Merge pull request #493 from davidakennedy/newmenu
Adjust dropdown menu styles so they work with screen readers
2014-05-26 15:29:29 +07:00
Emil Uzelac
6d0886c0d7 widgettitle value
```widgettitle``` doesn't really have any value here or in core. Proposing to change to ```widget-title``` instead and maybe add that into stylesheet too. 

The class is available only in /widgets.php and not present in any of the stylesheet's, at least I could not locate one. As in my previous proposal, this is for the consistency reasons only.
2014-05-24 16:20:23 -05:00
David A. Kennedy
f8c52a8114 Change position for left to match WordPress CSS standards. 2014-05-24 13:30:50 -04:00
David A. Kennedy
1365515b74 Merge with upstream/master. 2014-05-20 15:56:31 -04:00
Konstantin Obenland
f1dd4b2c2a _s: Revert f955fca630
The leading whitespace is needed to replace this `_s` instance with the theme name.
It's obviously a hack, since it also leaves the theme name with a leading white space, but short of adding a new replace logic for this specific line in `style.css`, it's the easiest way to achieve that.

See #304, where this was brought up before.
2014-05-20 10:53:10 -05:00
Lance Willett
86a0cd531d Pinking shears (remove trailing spaces) in two files. 2014-05-18 13:09:20 -07:00
Lance Willett
f955fca630 Remove leading space in stylesheet comment. 2014-05-18 13:08:41 -07:00
Philip Arthur Moore
0463845a4c Merge branch 'mor10-move_skip-to-content_link' 2014-05-16 08:49:27 -05:00
Philip Arthur Moore
513c17268d Move skip-to-content link 2014-05-16 08:49:04 -05:00
Morten Rand-Hendriksen
4df5790db7 Move skip-to-content link to top to make it first focusable element for keyboard navigation. 2014-05-16 00:43:23 -07:00
Konstantin Obenland
2d0ebc79cd Merge pull request #492 from mor10/screen-reader-text_overflow
Fixes overflow issue on .screen-reader-text. See #484.
2014-05-15 05:26:15 -07:00
David A. Kennedy
03fbbf84fd Adjust dropdown menu styles so they work with screen readers and align with Twenty Fourteen techniques. 2014-05-14 22:12:26 -04:00
Morten Rand-Hendriksen
bb4bf557c6 Fixes overflow issue when hidden content with the .screen-reader-text class is positioned hard right. 2014-05-14 18:30:36 -07:00
Philip Arthur Moore
57eadcfd17 Merge pull request #486 from swissspidy/issue-483
Improve documentation in search template to explain how to override content output for the file.
2014-05-13 14:49:11 +07:00
Pascal Birchler
27225d5b69 Documentation for content-search.php inclusion 2014-05-13 08:37:56 +02:00
Thomas Guillot
8686937cc2 Merge pull request #473 from sdavis2702/master
_s: Logical approach to function parameters for markup
2014-05-07 09:14:18 +01:00
Konstantin Obenland
b1dba82fa0 Merge pull request #479 from psoluch/patch-1
Prevent 'Page %s' from being added to page title on 404 error pages.
2014-05-04 15:36:42 +02:00
Piotr Soluch
54d58d548b fix for a page title error
The same error as https://core.trac.wordpress.org/ticket/16468
2014-05-04 15:34:50 +02:00
James
69930e3786 Update style.css
_s does not support IE6/7 so this is not necessary.
2014-05-02 15:25:46 -04:00
Sean Davis
8b30ee99f7 escape the permalink 2014-05-02 01:17:02 -05:00
Ulrich Pogson
fc9910cf96 Split strings into variables 2014-05-01 23:27:08 +02:00
Sean Davis
c89d030c6b logical approach to function parameters for markup 2014-05-01 10:30:54 -05:00
Philip Arthur Moore
0d45a9df7a Merge pull request #469 from gatespace/update_s_pot20140428
Update _s.pot : add "Primary Menu" in header.php(L31). And remove 'Menu'.
2014-04-28 11:08:20 +07:00
Kazue Igarashi
b848b470c4 Update _s.pot : add "Primary Menu" in header.php(L31). 2014-04-28 10:38:52 +09:00
Philip Arthur Moore
53f62fa23a Merge pull request #459 from philiparthurmoore/menu-a11y
a11y improvements on primary navigation menu toggle
2014-04-27 11:48:11 +07:00
Konstantin Obenland
aeaf200a58 _s: Simplify caption styles to work in HTML5 mode.
Since HTML5 captions removed the additional 10px that HTML4 versions
come with, the `max-width: 98%;` rule made images blurry. This slightly
simplifies caption styles while still providing support for both HTML4
and HTML5 versions.

See #443.
2014-04-25 11:25:48 -05:00
Konstantin Obenland
16a0d47af6 Merge pull request #443 from joshmcrty/master
Add support for HTML5 captions.
2014-04-25 11:04:47 -05:00
Konstantin Obenland
e389dee561 Merge pull request #463 from gatespace/formating-source-code
Indent multiline PHP code.
2014-04-23 16:42:59 -05:00
Konstantin Obenland
8319773e51 _s: Add context for translations and styles.
The referenced items are decisions we made for `_s`, that a re likely to be brought up again in pull requests or issues. Since our stance on them is not likely to change any time soon, let's include them in the Contributing FAQs.

See #464.
2014-04-21 12:37:29 -07:00
Kazue Igarashi
e3ff3dfb5d Add tab to indent 404.php(L43 to L45). 2014-04-18 22:15:42 +09:00