|
@@ -6,7 +6,7 @@ Author: Automattic
|
|
Author URI: https://automattic.com/
|
|
Author URI: https://automattic.com/
|
|
Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
|
|
Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
|
|
Requires at least: WordPress 4.9.6
|
|
Requires at least: WordPress 4.9.6
|
|
-Version: 1.2.1
|
|
|
|
|
|
+Version: 1.2.2
|
|
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
|
|
@@ -2058,7 +2058,10 @@ table th,
|
|
*/
|
|
*/
|
|
.aligncenter {
|
|
.aligncenter {
|
|
clear: both;
|
|
clear: both;
|
|
|
|
+ display: block;
|
|
float: none;
|
|
float: none;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ margin-right: auto;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3010,10 +3013,18 @@ body:not(.fse-enabled) .footer-menu a {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.comment-meta .comment-author {
|
|
|
|
+ line-height: 1.125;
|
|
|
|
+ margin-bottom: 4px;
|
|
|
|
+ padding-left: 40px;
|
|
|
|
+}
|
|
|
|
+
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
.comment-meta .comment-author {
|
|
.comment-meta .comment-author {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+ padding-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3034,6 +3045,13 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
|
|
|
.comment-meta .comment-metadata {
|
|
.comment-meta .comment-metadata {
|
|
color: #444444;
|
|
color: #444444;
|
|
|
|
+ padding-left: 40px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .comment-meta .comment-metadata {
|
|
|
|
+ padding-left: 0;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata a {
|
|
.comment-meta .comment-metadata a {
|