|
@@ -3711,6 +3711,16 @@ hr.wp-block-separator.is-style-wide,
|
|
|
/**
|
|
|
* Blocks
|
|
|
*/
|
|
|
+.wp-block-categories .children {
|
|
|
+ list-style: disc;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-categories .children > li {
|
|
|
+ border: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-pullquote blockquote {
|
|
|
padding: 0;
|
|
|
}
|
|
@@ -3725,13 +3735,10 @@ table th,
|
|
|
/**
|
|
|
* Widgets
|
|
|
*/
|
|
|
-.widget_calendar caption,
|
|
|
.widget_calendar caption {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
-.widget_calendar td,
|
|
|
-.widget_calendar th,
|
|
|
.widget_calendar td,
|
|
|
.widget_calendar th {
|
|
|
text-align: center;
|