Ismail El Korchi
f94fc1e59b
Fix PHP, CSS AND JS coding standards
2020-04-05 21:49:27 +01:00
Arnab Wahid
132319ee8e
Merge pull request #1301 from arnabwahid/master
...
image alignment fix + mitigate build error in `woocommerce.php`
2020-03-23 22:47:07 +00:00
Arnab Wahid
bf61e8ffbe
Bottom margin in image alignment
...
As proposed in #1273 , `margin-botom: 1.5em;` added to all three image alignment classes.
tab line 178 inc/woocommerce.php
tab line 61 inc/custom-header.php
2018-06-27 13:59:10 +05:30
arnabwahid
a52ca7441d
Remove Microformat Classes `.hentry`
...
Discussed in #1268
This PR removes .hentry microformat class, adds `.post` and `.page` instead ( in both `_posts-and-pages.scss` & `style.css` ).
2018-05-30 17:31:09 +05:30
Laurel
f5f3a0a05b
Merge pull request #1173 from benoitchantre/no-sidebar-class
...
no-sidebar class
2018-04-06 11:02:47 -07:00
Chris Runnells
8ac4e43a1e
Merge pull request #1272 from Ismail-elkorchi/normalize.css
...
Update Normalize.css to v8.0.0
2018-02-28 10:53:31 -10:00
Ismail El Korchi
36d551ea40
Update Normalize.css to v8.0.0
...
Fixes https://github.com/Automattic/_s/issues/1269
2018-02-28 14:22:10 +00:00
Benoît Chantre
100081feee
Use full width layout when there’s no sidebar
2017-11-12 20:37:24 +01:00
David A. Kennedy
efd37d13a6
Revert 0112701c1f
...
* This is needed code. See: #770 .
* Also, see Automattic/_s#1220 .
2017-10-31 13:04:47 -04:00
Bappi
6454bfb0bb
Update year to the latest
2017-10-26 01:14:02 +06:00
David A. Kennedy
0112701c1f
Remove extra `!` in `style.scss`
...
* Related: #1220 .
2017-10-25 14:29:53 -04:00
David A. Kennedy
58de244dfb
Merge pull request #1214 from B-07/master
...
Update URLs to https
2017-10-25 11:46:58 -04:00
Sami Keijonen
3f9c31b6a1
Update screen-reader-text class.
2017-10-22 19:00:06 +03:00
Bappi
e4665250dd
Change links http:// to https://
...
All necessary links checked and updated to https, some remain as http as those aren't using secured protocol yet
2017-10-10 23:29:36 +06:00
Stephen Hoult
fa137f0112
Remove CSS rules for quotes - Issue #1192
2017-09-11 10:04:16 +01:00
Tiago Noronha
196ee77755
Remove unused CSS.
2017-08-31 08:59:25 +01:00
Tiago Noronha
649b59d063
New lines and spacing.
2017-08-30 12:14:55 +01:00
Tiago Noronha
5f5eaa4bbf
File must end with a newline character.
2017-08-30 12:03:53 +01:00
Tiago Noronha
c45e5f8743
Update from master.
2017-08-30 11:39:22 +01:00
Tiago Noronha
24b0596c71
Load WooCommerce Star fonts via inline styles.
2017-08-28 22:15:22 +01:00
Jeffrey Pearce
db7f3ed04f
Adds WooCommerce plugin file paths.
...
Related Pull Request #1191
2017-08-25 16:52:26 +02:00
Tiago Noronha
af3353c783
Fix column-width sass mixin.
2017-08-23 17:13:49 +01:00
Tiago Noronha
27e68252f6
Basic WooCommerce Integration.
2017-08-01 14:21:13 +01:00
Truong Giang
5ba1b9acb0
Add new line at the end of file and missing white space
2017-07-24 08:22:43 +07:00
Nilambar Sharma
fb31e67522
Add theme tags ( #1181 )
...
_s: Add relevant theme tags
Fixes #1147 .
2017-07-14 15:33:27 -04:00
David A. Kennedy
40d4e1a350
_s: Fix spacing in logo styles
...
Fixes #1146
2017-07-14 14:14:20 -04:00
Valérie Blanchard
fdcbbdab44
use ampersand in the loop to have .gallery-item in good position
2017-07-03 01:45:46 +02:00
David A. Kennedy
2bef512355
_s: Add basic custom logo support
...
See: https://codex.wordpress.org/Theme_Logo
Closes #922
2017-06-26 18:47:12 -04:00
Thomas Guillot
d3ab4c0da4
_s: Add basic support for Content Options Post Details ( #1131 )
...
* _s: Add basic support for Content Options Post Details
This allows us to always display the category and author since it can
be hidden via Customizer -> Content Options
We don’t need to check for `is_multi_author` or `_s_categorized_blog()`
anymore.
2017-06-23 12:00:39 -04:00
David A. Kennedy
339aa37d30
Merge pull request #986 from josephfusco/refactor-sass
...
Add DRY gallery columns to Sass files.
Closes #986
2017-06-22 18:07:57 -04:00
Arnab Wahid
a75211cab1
Add optgroup in Typography
...
Added 'optgroup' in #Typography via both -
- _typography.scss
&
- style.css
It fixes the odd styling of the select element.
2017-06-17 18:25:49 +06:00
David A. Kennedy
379c999ae2
Merge pull request #1090 from kkalvaa/patch-1
...
Make sure dropdown menu container is always flush with the parent box regardless of the font size
2017-06-15 23:51:44 +02:00
Joseph Fusco
e72425f1c4
Add comment describing loop
2017-06-14 14:18:22 -04:00
David A. Kennedy
9b576d5852
Merge pull request #1060 from gatespace/license-add-sass
...
Add license and update Normalize site link to Sass file.
2017-06-10 00:49:10 -04:00
Kristian Kalvå
8c3f5845da
Update _menus.scss
...
Change 1.5em to 100% to prevent magic numbers.
2017-03-02 13:24:16 +01:00
Laurence Bahiirwa
f8801ea673
Matching Style.css
...
Adding word-wrap to .screen-reader-text to improve accessibility just like in style.css
2017-02-03 16:38:32 +03:00
Kazue Igarashi
05cbf69ba1
Add license and update Normalize site link to sass file.
...
Correction error of @989 and @1003.
2016-12-27 15:34:01 +09:00
Tammie Lister
9f60f7dc41
Merge pull request #1024 from joviczarko/RemoveButtonShadow
...
Remove Button Shadow Styling: props @joviczarko
I agree that this is a good latest update. Many remove this anyway.
2016-12-23 14:36:43 +00:00
Caroline Moore
7d0846eb2d
Merge pull request #910 from ckschmieder/figureMargin
...
Fixed margin causing x-wide imgs (contained within a figure tag) to overflow content area. Props @ckschmieder and @jrfnl
2016-09-23 06:44:04 -07:00
joviczarko
525defe430
Remove Button Shadow
...
Remove shadow from buttons. Unnecessary styling.
2016-09-21 18:02:15 +02:00
Chris
af372472e6
updated sass to include margin fix for figure elements
2016-09-16 15:18:49 -04:00
Philip Arthur Moore
f2033c3b23
Merge branch 'use-tab-indent' of git://github.com/gatespace/_s into gatespace-use-tab-indent
2016-07-26 20:29:21 +07:00
Joseph Fusco
601fba886f
DRY gallery columns
2016-07-11 09:42:08 -04:00
Joseph Fusco
2332726a3d
Clean up trailing whitespace
2016-07-11 09:17:29 -04:00
Joseph Fusco
dcf2d6705c
Clean up trailing whitespace
2016-07-11 00:25:11 -04:00
Kazue Igarashi
d1ea3e1a75
Using tabs instead of mixed tabs/spaces
...
Mixed usage of tabs/spaces for `/inc/jetpack.php` and `/sass/style.scss`.
2016-07-05 13:04:11 +09:00
Caroline Moore
2316b1981c
Removing post formats support and styles from _s
2016-06-13 16:39:54 -04:00
Caroline Moore
d2eeef92d4
Update form field padding in SASS
...
Consolidate styles for form field/textarea padding in Sass.
2016-05-26 14:46:59 -04:00
sixhours
98c86c2bef
Remove content-box box-sizing on search fields
2016-02-26 10:15:37 -05:00
Tammie Lister
16918846b4
Merge pull request #913 from benoitchantre/update-year-in-copyrights
...
Update the year in copyrights
2016-02-09 22:04:42 +00:00