소스 검색

Merge pull request #2198 from Automattic/seedlet/fix/print-theme-name

Seedlet: remove reference to Varia in print styles
Kjell Reigstad 5 년 전
부모
커밋
5a45a2d03b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      seedlet/assets/css/print.css
  2. 1 1
      seedlet/assets/sass/print.scss

+ 1 - 1
seedlet/assets/css/print.css

@@ -1,5 +1,5 @@
 /*
-Theme Name: Varia
+Theme Name: Seedlet
 
 Adding print support. The print styles are based on the the great work of
 Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.

+ 1 - 1
seedlet/assets/sass/print.scss

@@ -1,5 +1,5 @@
 /*
-Theme Name: Varia
+Theme Name: Seedlet
 
 Adding print support. The print styles are based on the the great work of
 Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.