소스 검색

list and blockquote styles

Heydon Pickering 8 년 전
부모
커밋
18f21715c0
3개의 변경된 파일16개의 추가작업 그리고 4개의 파일을 삭제
  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 */
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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 */
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.