Kaynağa Gözat

list and blockquote styles

Heydon Pickering 8 yıl önce
ebeveyn
işleme
18f21715c0

+ 8 - 2
docs/css/styles.css

@@ -96,6 +96,7 @@ div:not([tabindex]):focus {
     outline: none;
 }
 /* text styles */
+
 h1,
 h2,
 h3,
@@ -162,8 +163,13 @@ main ol {
 main li + li {
     margin-top: 0.5rem;
 }
-main ul ul {
-    margin-top: 0;
+main ul ul, main ol ol {
+    margin-top: 0.5rem;
+}
+/* Blockquotes */
+blockquote {
+  font-size: 0.75rem;
+  font-style: italic;
 }
 /* Buttons */
 

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
docs/service-worker.js


+ 8 - 2
themes/infusion/static/css/styles.css

@@ -96,6 +96,7 @@ div:not([tabindex]):focus {
     outline: none;
 }
 /* text styles */
+
 h1,
 h2,
 h3,
@@ -162,8 +163,13 @@ main ol {
 main li + li {
     margin-top: 0.5rem;
 }
-main ul ul {
-    margin-top: 0;
+main ul ul, main ol ol {
+    margin-top: 0.5rem;
+}
+/* Blockquotes */
+blockquote {
+  font-size: 0.75rem;
+  font-style: italic;
 }
 /* Buttons */
 

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor