瀏覽代碼

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;

部分文件因文件數量過多而無法顯示