Bläddra i källkod

Merge pull request #1391 from Automattic/fix/mayland-update-description

Mayland: Update the description
Daniel Dudzic 5 år sedan
förälder
incheckning
acdac39603
3 ändrade filer med 7 tillägg och 19 borttagningar
  1. 1 1
      mayland/sass/style-child-theme.scss
  2. 3 9
      mayland/style-rtl.css
  3. 3 9
      mayland/style.css

+ 1 - 1
mayland/sass/style-child-theme.scss

@@ -3,7 +3,7 @@ Theme Name: Mayland
 Theme URI: https://github.com/Automattic/themes/tree/master/mayland
 Author: Automattic
 Author URI: https://automattic.com/
-Description: A design system for WordPress sites built with Gutenberg.
+Description: Make your online portfolio wonderfully uncluttered with Mayland. Gracefully highlight your photography and other projects. Mayland is versatile enough to be your personal site too.
 Requires at least: WordPress 4.9.6
 Version: 1.0.0
 License: GNU General Public License v2 or later

+ 3 - 9
mayland/style-rtl.css

@@ -4,7 +4,7 @@ Theme Name: Mayland
 Theme URI: https://github.com/Automattic/themes/tree/master/mayland
 Author: Automattic
 Author URI: https://automattic.com/
-Description: A design system for WordPress sites built with Gutenberg.
+Description: Make your online portfolio wonderfully uncluttered with Mayland. Gracefully highlight your photography and other projects. Mayland is versatile enough to be your personal site too.
 Requires at least: WordPress 4.9.6
 Version: 1.0.0
 License: GNU General Public License v2 or later
@@ -1895,25 +1895,19 @@ p.has-background {
 }
 
 hr {
-	border-bottom-color: #e6e6e6;
-	border-bottom-width: 2px;
+	border-bottom: 2px solid #e6e6e6;
 	clear: both;
 	margin-right: auto;
 	margin-left: auto;
 }
 
 hr.wp-block-separator {
-	border-bottom-color: #e6e6e6;
+	border-bottom: 2px solid #e6e6e6;
 	/**
 		 * Block Options
 		 */
 }
 
-hr.wp-block-separator.is-style-wide {
-	border-bottom-color: #e6e6e6;
-	border-bottom-width: 2px;
-}
-
 hr.wp-block-separator.is-style-dots:before {
 	color: #e6e6e6;
 	font-size: 1.728rem;

+ 3 - 9
mayland/style.css

@@ -4,7 +4,7 @@ Theme Name: Mayland
 Theme URI: https://github.com/Automattic/themes/tree/master/mayland
 Author: Automattic
 Author URI: https://automattic.com/
-Description: A design system for WordPress sites built with Gutenberg.
+Description: Make your online portfolio wonderfully uncluttered with Mayland. Gracefully highlight your photography and other projects. Mayland is versatile enough to be your personal site too.
 Requires at least: WordPress 4.9.6
 Version: 1.0.0
 License: GNU General Public License v2 or later
@@ -1895,25 +1895,19 @@ p.has-background {
 }
 
 hr {
-	border-bottom-color: #e6e6e6;
-	border-bottom-width: 2px;
+	border-bottom: 2px solid #e6e6e6;
 	clear: both;
 	margin-left: auto;
 	margin-right: auto;
 }
 
 hr.wp-block-separator {
-	border-bottom-color: #e6e6e6;
+	border-bottom: 2px solid #e6e6e6;
 	/**
 		 * Block Options
 		 */
 }
 
-hr.wp-block-separator.is-style-wide {
-	border-bottom-color: #e6e6e6;
-	border-bottom-width: 2px;
-}
-
 hr.wp-block-separator.is-style-dots:before {
 	color: #e6e6e6;
 	font-size: 1.728rem;