Ben Dwyer
b7ec970d93
bump version numbers
2021-06-14 11:36:44 +01:00
Ben Dwyer
87dbce487c
Add color annotations for the search block to Rivington
2021-06-09 10:52:35 +01:00
Maggie Cabrera
c8d9332109
rebuilt themes, coutoire styles
2021-06-08 15:22:16 +01:00
Maggie Cabrera
6049bb9fa7
rebuilt children
2021-06-08 15:22:14 +01:00
Jason Crist
acddf9e684
Compiled mobile padding changes for varia children
2021-06-03 08:54:56 -04:00
Ben Dwyer
839d682f5d
Merge pull request #3309 from Automattic/add/seedlet/extensibility-3134
...
Add filter to change bundled google fonts in assorted themes.
2021-05-05 18:58:34 +01:00
Ben Dwyer
20c7bfd50c
Rebuild varia themes
2021-02-25 09:40:17 +00:00
Jeff Ong
c564997505
Do not generically target input elements.
2021-02-22 17:13:35 -05:00
Jeff Ong
607f61ae69
Remove generic targeting of all buttons.
2021-02-22 16:40:03 -05:00
Jeff Ong
e693c3f627
Bump minor version.
2021-02-22 15:08:28 -05:00
Jeff Ong
51a6c70391
Scope buttons to not target the Gutenberg components class.
2021-02-22 12:16:27 -05:00
George Stephanis
8347656eb8
Add filter to change bundled google fonts.
...
Initially intended as a part-fix for #3134 to enable child themes to swap typefaces that get included more easily, this also extends that change across to many themes using the common patterns.
It explicitly does not change the following themes:
Spearhead (uses different endpoint and method)
And the following themes that have multiple functions that generate typeface includes so as to avoid confusion:
* canard
* gazette
* illustratr
* publication
2021-02-18 10:20:38 -05:00
Ben Dwyer
5a410e23c4
All Themes: Fix whitespace in functions.php
2021-02-18 10:17:16 +00:00
Ben Dwyer
68f4f35da0
rebuild varia children
2021-02-15 16:40:33 +00:00
Ben Dwyer
2173942579
Color Annotations: Check for the existence of color annotations in a more robust way
2021-02-12 21:06:40 +00:00
Maggie Cabrera
b5c83540a1
bump versions and rebuild
2021-02-10 17:18:36 +01:00
Ben Dwyer
d50b3b6132
rebuild Varia children
2021-02-09 15:38:57 +00:00
Ben Dwyer
406d7e1abc
Update version numbers for varia themes
2021-02-08 10:26:17 +00:00
Maggie Cabrera
8d92c65e3c
rebuilt, rolled back version numbers from a previous PR
2021-02-05 17:41:41 +01:00
Ben Dwyer
4e55cadd9b
Merge pull request #3185 from Automattic/fix/2866-more-specifically-recolored
...
Varia + Children: Separate background & color
2021-02-05 10:44:28 +00:00
Jason Crist
2be9595daf
Comitting compiled CSS files for testing
2021-02-04 14:53:47 -05:00
Ben Dwyer
2357a5f486
Varia: Don't force outlined buttons to be transparent
2021-02-04 17:25:13 +00:00
Ben Dwyer
fb6f855b87
Varia + Children: Update version numbers and rebuild
2021-02-01 10:18:57 +00:00
Maggie Cabrera
25ee6a7501
rebuilt all child themes
2021-01-29 17:22:46 +00:00
Maggie Cabrera
c4ea7367ae
rebuild varia themes
2021-01-20 19:28:03 +01:00
Maggie Cabrera
a5983fd7ec
minor version bump
2021-01-20 19:22:38 +01:00
Ben Dwyer
ed52842b03
Updates the version numbers for Varia so we can deploy our changes
2021-01-20 17:42:10 +00:00
Kjell Reigstad
651ad5f8ee
Tidy up top margins for varia and all chlld themes.
2021-01-20 11:33:47 -05:00
Jack Lenox
b328eddf24
Merge pull request #3065 from Automattic/remove/table-word-break-varia
...
Varia: Remove word-break style in tables
2021-01-20 12:10:18 +00:00
Jack Lenox
525afbd7eb
Varia: Remove word-break style in tables
...
Related to #3056 .
The `word-break: break-all` style creates unwanted and unexpected breaks in text in tables. Let's remove it.
Fixes #2375 , fixes #2120 .
2021-01-20 12:02:54 +00:00
Ben Dwyer
1e4cb5f7bd
refactor FSE header templates
2021-01-20 11:18:26 +00:00
Maggie Cabrera
5227731d3e
small refactor, rivington header and footer
2021-01-19 16:57:09 +01:00
Maggie Cabrera
4229d4603b
social navigation template part
2021-01-19 14:50:05 +01:00
Ben Dwyer
ffcae3fef1
move the WordPress credit into the site name template
2021-01-19 12:53:10 +00:00
Ben Dwyer
b43950c5b5
replace site name code with a template
2021-01-19 12:45:30 +00:00
Ben Dwyer
2fd4a1f46c
Create a template for privacy policy
2021-01-19 12:38:15 +00:00
Ben Dwyer
4662cf643e
refactor footer templates to make it easier to share code
2021-01-19 12:02:35 +00:00
Ben Dwyer
d1a5a072f0
fix encoding issues
2021-01-08 12:49:53 +00:00
Ben Dwyer
39301e2f23
fix RTL arrows
2021-01-08 11:46:32 +00:00
Ben Dwyer
3f9a515ac3
Fix RTL comment syntax and update version numbers
2021-01-08 11:12:57 +00:00
Yoav Farhi
e587621eca
Fix right/left arrows in RTL mode
...
Replace right arrow css (\2192 or \02192) with left arrow ( \2190 or \02190) and vice versa
2021-01-07 15:07:23 +02:00
Jeff Ong
418a4494a6
Correct version numbers.
2021-01-05 15:02:38 -05:00
Jeff Ong
2fe2abffca
Match package.json with style.css versions.
2021-01-05 14:14:49 -05:00
Jeff Ong
62eb7d9fbc
Rebase trunk.
2021-01-05 11:44:16 -05:00
Jeff Ong
5ad077284f
Merge pull request #2900 from Automattic/fix/#2842
...
Varia: Remove overflow:scroll on pre element
2021-01-05 11:36:12 -05:00
Jeff Ong
ebdcfd06a8
Remove margin from quote block.
2021-01-04 13:05:28 -05:00
Maggie Cabrera
8129e9bd31
color fixes for dalston, mayland and rivington
2020-12-22 15:53:22 +01:00
Jack Lenox
c5bf1b94fe
Varia: update child themes re overflow: scroll
...
See #2842
2020-12-18 15:06:41 +00:00
Maggie Cabrera
440ed6c8fe
changed versions
2020-12-17 12:11:27 +01:00
Maggie Cabrera
4f92864c65
fixed woocommerce toggle with adminbar and marketing bar present
2020-12-17 11:36:48 +01:00