Konstantin Obenland
|
6c783cd09f
|
Merge pull request #580 from jgclarke/patch-1
Use `div`s consistently throughout templates.
|
2014-11-12 14:49:17 -05:00 |
Konstantin Obenland
|
e142af3a27
|
Merge pull request #643 from Automattic/aria-toggle
Improve menu toggle accessibility.
Fixes #575.
|
2014-11-12 14:35:29 -05:00 |
Philip Arthur Moore
|
83792b8566
|
First pass at better title handling for WordPress 4.1+ with proper back compatibility baked in.
|
2014-11-11 21:41:10 +07:00 |
Konstantin Obenland
|
d8d89bc681
|
_s: Improve menu toggle accessibility.
Makes it a little easier to use the primary navigation with assistive
devices.
See #545.
|
2014-11-05 17:37:48 -08:00 |
Konstantin Obenland
|
23d0a41722
|
Merge branch 'master' of https://github.com/Automattic/_s
|
2014-11-05 17:19:15 -08:00 |
Konstantin Obenland
|
e4a252b630
|
_s: Merge branch 'pr/609'.
Props @mor10 for documentation.
Fixes #641.
|
2014-11-05 17:19:10 -08:00 |
Konstantin Obenland
|
34859539c1
|
Merge pull request #640 from emiluzelac/patch-34
Closing DIV comment for site-branding.
|
2014-11-05 17:05:59 -08:00 |
Konstantin Obenland
|
921992277d
|
_s: Merge branch 'pr/616'.
|
2014-11-05 17:02:58 -08:00 |
Konstantin Obenland
|
8ba2a53f3a
|
_s: Remove remaining box-sizing prefix.
Also removes the box-sizing mixin, as it is of no use anymore.
See http://caniuse.com/#feat=css3-boxsizing
See #558.
Fixes #561.
|
2014-11-05 16:53:52 -08:00 |
Konstantin Obenland
|
69171d3ea3
|
_s: Merge branch 'pr/561'.
|
2014-11-05 16:49:07 -08:00 |
Emil Uzelac
|
78afbb911b
|
Closing DIV comment for site-branding
Call it OCD, but I feel like we need a closing DIV comment for ```site-branding``` :)
|
2014-11-02 22:40:09 -06:00 |
Ulrich Pogson
|
58111f9cde
|
Load parent styles when child theme is activated
|
2014-11-02 22:14:05 +01:00 |
Philip Arthur Moore
|
964c19070f
|
The commit 6986e21182 (diff-9dbd3b63f5d2589b5eb1701e92893803) began (in part) breaking Travis CI builds in _s. There’s most certainly room for improvement to _s code with regard to WordPress Coding Standards, but let’s exclude WordPress.Variables.GlobalVariables and correct all coding standards errors on localhost before removing the excludes from our GitHub-hosted ruleset.
|
2014-11-01 08:06:22 +07:00 |
Philip Arthur Moore
|
7de804d3b3
|
Better rules for Travis CI.
|
2014-11-01 08:02:31 +07:00 |
Philip Arthur Moore
|
b443161ed6
|
Better build config for Travis CI. [skip ci]
|
2014-11-01 07:45:39 +07:00 |
Philip Arthur Moore
|
2540fb7b7f
|
Better WordPress Coding standards.
This minor commit kicks off code improvements to _s so that it’s fully in line with WordPress Coding Standards rules.
|
2014-11-01 07:09:58 +07:00 |
Konstantin Obenland
|
eab9f19d63
|
Merge pull request #633 from sdavis2702/master
Remove unnecessary comparisons. Closes #632.
|
2014-10-14 18:02:44 -07:00 |
Sean Davis
|
5ab860c48b
|
remove unnecessary comparison
|
2014-10-14 19:57:47 -05:00 |
Sean Davis
|
b9ebebb28b
|
remove unnecessary comparison
|
2014-10-14 19:57:29 -05:00 |
Kirk Wight
|
348886e168
|
Comment correction: "setup" is a noun, "set up" is the action.
|
2014-10-07 18:58:25 -07:00 |
Konstantin Obenland
|
71e1f948b4
|
Merge pull request #628 from grappler/languages-readme
Update links to those relevant to themes.
|
2014-10-05 17:50:41 +02:00 |
Ulrich Pogson
|
8404380366
|
Update links to those relevant to themes
|
2014-10-05 18:31:20 +03:00 |
Tim Moore
|
85247e7996
|
Merge pull request #605 from 1upon0/master
Update style.css fixes #587
|
2014-09-21 09:48:40 -06:00 |
Tim Moore
|
bdab57a53f
|
Fix child menu styling inheritance. See #587
|
2014-09-21 09:47:04 -06:00 |
Ram Ratan Maurya
|
1ca71befe2
|
Remove border-radius mixin
|
2014-09-14 22:56:29 +05:30 |
Konstantin Obenland
|
b9191d970e
|
Merge pull request #612 from emiluzelac/patch-33
Double quotes for consistency.
|
2014-09-14 09:41:41 -07:00 |
Philip Arthur Moore
|
097b54dda2
|
Merge branch 'Entry-Meta-Output'
|
2014-09-11 08:45:31 +07:00 |
Konstantin Obenland
|
907403fc52
|
Merge branch 'Entry-Meta-Output' of https://github.com/Automattic/_s into Entry-Meta-Output
Conflicts:
content-single.php
|
2014-09-10 18:06:15 -07:00 |
Konstantin Obenland
|
7a9b1656f6
|
_s: Update pot file to reflect changes.
|
2014-09-10 17:50:08 -07:00 |
Konstantin Obenland
|
a14b802e75
|
_s: Move edit link in template tag for consistency
Every time `_s_entry_footer()` is used, it’s followed by
`edit_post_link()`. Might as well just move that back in the template
tag.
|
2014-09-10 17:41:19 -07:00 |
Emil Uzelac
|
e6ffa223e0
|
Double quotes for consistency
```_s``` uses ```""``` throughout except in clearings.
|
2014-09-09 21:39:38 -05:00 |
Ram Ratan Maurya
|
00c220b1c5
|
Inherit box-sizing for best practice
Using inheritance allows easy override on other elements, and also it’s the best practice.
|
2014-09-09 05:09:46 +05:30 |
Konstantin Obenland
|
f136ddd333
|
Merge pull request #516 from chrisdc/continue_reading_link
Add post title to the continue reading link for context.
|
2014-09-04 13:43:31 -07:00 |
Christopher Crouch
|
23b5c08098
|
Add hidden post title to the continue reading link
|
2014-09-04 21:12:40 +01:00 |
Thomas Guillot
|
2990f8260c
|
_s: Update to entry meta output. See #537
* Rename function
* Move edit link outside of function
* Remove comments link on single post
|
2014-09-04 13:28:24 +02:00 |
Konstantin Obenland
|
2c3cc41478
|
Merge pull request #601 from pixelstrolch/comments-hyphens
Delete hyphens.
|
2014-09-01 16:04:40 -05:00 |
Stefan Brechbühl
|
f0340a66e4
|
Delete hyphens
in comment headings
|
2014-09-01 22:44:54 +02:00 |
Yash Gupta
|
a88e0e989e
|
Update style.css
fixes #587
|
2014-09-01 17:00:07 +05:30 |
Konstantin Obenland
|
b76f394a79
|
Merge pull request #594 from MickeyKay/sass-fixes
Add fixes for faulty Sass import paths and negative values.
Closes #588.
|
2014-08-29 13:54:45 +02:00 |
Konstantin Obenland
|
6e4a3f5e20
|
Merge pull request #596 from MickeyKay/sass-header-file
Change Sass headings file name and import path.
|
2014-08-24 19:09:20 +02:00 |
MickeyKay
|
aadc4a1e57
|
Change Sass headings file name and import path.
|
2014-08-23 13:57:51 -07:00 |
MickeyKay
|
4effd896ff
|
Add fixes for faulty Sass @import paths and negative values.
|
2014-08-22 17:00:32 -07:00 |
Philip Arthur Moore
|
ba41e2222a
|
Merge pull request #586 from yoarts/patch-1
Change plugin references to theme references in Travis CI config file.
|
2014-08-20 15:18:46 +07:00 |
yoarts
|
b1af13868b
|
Rewording "plugin" to "theme"
|
2014-08-20 14:31:45 +07:00 |
Tammie Lister
|
a3e0022dd5
|
Changes description of mixin - props @r007
Relates to #582
|
2014-08-18 16:38:19 +01:00 |
Philip Arthur Moore
|
86575390b5
|
Kick off Travis CI Build Monitoring for _s
See https://github.com/Automattic/_s/issues/553.
|
2014-08-18 00:38:51 +07:00 |
Philip Arthur Moore
|
f490e2839f
|
Merge pull request #581 from philiparthurmoore/master
Introduce Coding Standards Checks into Underscores
|
2014-08-18 00:26:27 +07:00 |
Philip Arthur Moore
|
f8b66133ed
|
Prepare Underscores for Coding Standards. See https://github.com/Automattic/_s/issues/553. [skip ci]
|
2014-08-18 00:12:38 +07:00 |
Jason Clarke
|
52b11510b8
|
Update archive.php
Revising the "primary" element to use a "div" vs. "section" to bring it into sync with index.php and single.php
|
2014-08-17 13:02:35 -04:00 |
Philip Arthur Moore
|
895b7a93ab
|
Prepare Underscores for Coding Standards. See https://github.com/Automattic/_s/issues/553.
|
2014-08-17 23:40:13 +07:00 |