Browse Source

list and blockquote styles

Heydon Pickering 8 years ago
parent
commit
18f21715c0
3 changed files with 16 additions and 4 deletions
  1. 8 2
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 8 2
      themes/infusion/static/css/styles.css

+ 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 */
 

File diff suppressed because it is too large
+ 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 */
 

Some files were not shown because too many files changed in this diff