Parcourir la source

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

Seedlet: remove reference to Varia in print styles
Kjell Reigstad il y a 5 ans
Parent
commit
5a45a2d03b
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
 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/.
 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
 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/.
 Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.