소스 검색

margin reduced on print nav

Heydon Pickering 8 년 전
부모
커밋
b544408650
3개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 3 0
      themes/infusion/static/css/styles.css

+ 3 - 0
docs/css/styles.css

@@ -734,6 +734,9 @@ h1 svg {
 .wrapper.print-version #patterns-list h3 {
     font-size: 1.25rem;
 }
+.wrapper.print-version .patterns {
+  margin-top: 0;
+}
 .pattern-section:not(:last-child) {
     padding-bottom: 2.25rem;
     border-bottom: 2px solid;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
docs/service-worker.js


+ 3 - 0
themes/infusion/static/css/styles.css

@@ -734,6 +734,9 @@ h1 svg {
 .wrapper.print-version #patterns-list h3 {
     font-size: 1.25rem;
 }
+.wrapper.print-version .patterns {
+  margin-top: 0;
+}
 .pattern-section:not(:last-child) {
     padding-bottom: 2.25rem;
     border-bottom: 2px solid;

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