ソースを参照

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;

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません