|
@@ -6,12 +6,12 @@ Author: Automattic
|
|
Author URI: https://automattic.com/
|
|
Author URI: https://automattic.com/
|
|
Description: Maywood is a refined theme designed for restaurants and food-related businesses seeking a modern look.
|
|
Description: Maywood is a refined theme designed for restaurants and food-related businesses seeking a modern look.
|
|
Requires at least: WordPress 4.9.6
|
|
Requires at least: WordPress 4.9.6
|
|
-Version: 1.1.2
|
|
|
|
|
|
+Version: 1.1.3
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
Template: varia
|
|
Template: varia
|
|
Text Domain: maywood
|
|
Text Domain: maywood
|
|
-Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
|
|
|
|
|
+Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage
|
|
|
|
|
|
This theme, like WordPress, is licensed under the GPL.
|
|
This theme, like WordPress, is licensed under the GPL.
|
|
Use it to make something cool, have fun, and share what you've learned with others.
|
|
Use it to make something cool, have fun, and share what you've learned with others.
|
|
@@ -1464,6 +1464,10 @@ h6, .h6 {
|
|
line-height: 1.125;
|
|
line-height: 1.125;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-image {
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-image figcaption {
|
|
.wp-block-image figcaption {
|
|
color: #686868;
|
|
color: #686868;
|
|
font-size: 0.69444rem;
|
|
font-size: 0.69444rem;
|
|
@@ -1490,7 +1494,7 @@ img {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments {
|
|
.wp-block-latest-comments {
|
|
- margin-right: 0;
|
|
|
|
|
|
+ padding-right: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
@@ -1525,7 +1529,7 @@ img {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts {
|
|
.wp-block-latest-posts {
|
|
- margin-right: 0;
|
|
|
|
|
|
+ padding-right: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts > li {
|
|
.wp-block-latest-posts > li {
|
|
@@ -2412,10 +2416,15 @@ table th,
|
|
list-style: none;
|
|
list-style: none;
|
|
margin: 0;
|
|
margin: 0;
|
|
max-width: none;
|
|
max-width: none;
|
|
|
|
+ padding-right: 0;
|
|
position: relative;
|
|
position: relative;
|
|
/* Sub-menus Flyout */
|
|
/* Sub-menus Flyout */
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.main-navigation > div > ul ul {
|
|
|
|
+ padding-right: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
.main-navigation > div > ul li {
|
|
.main-navigation > div > ul li {
|
|
display: block;
|
|
display: block;
|
|
position: relative;
|
|
position: relative;
|
|
@@ -2571,6 +2580,7 @@ table th,
|
|
display: flex;
|
|
display: flex;
|
|
list-style: none;
|
|
list-style: none;
|
|
margin: 0;
|
|
margin: 0;
|
|
|
|
+ padding-right: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.social-navigation > div > ul > li:first-of-type > a {
|
|
.social-navigation > div > ul > li:first-of-type > a {
|
|
@@ -2922,7 +2932,7 @@ table th,
|
|
*/
|
|
*/
|
|
.comment-list {
|
|
.comment-list {
|
|
border-bottom: 1px solid #CCCCCC;
|
|
border-bottom: 1px solid #CCCCCC;
|
|
- margin-right: 0;
|
|
|
|
|
|
+ padding-right: 0;
|
|
list-style: none;
|
|
list-style: none;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2934,7 +2944,7 @@ table th,
|
|
|
|
|
|
.children {
|
|
.children {
|
|
list-style: none;
|
|
list-style: none;
|
|
- margin-right: 16px;
|
|
|
|
|
|
+ padding-right: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
.children > li {
|
|
.children > li {
|
|
@@ -2945,7 +2955,7 @@ table th,
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
.children {
|
|
.children {
|
|
- margin-right: calc(2 * 16px);
|
|
|
|
|
|
+ padding-right: 32px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|