Browse Source

Friendly Business: Remove division sign from print styles.

Laurel Fulford 6 năm trước cách đây
mục cha
commit
16879221ae

+ 1 - 1
friendly-business/print.css

@@ -9,7 +9,7 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272
 >>> TABLE OF CONTENTS:
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 ----------------------------------------------------------------
 # Margins
 # Margins
-# Typography÷
+# Typography
 # Page breaks
 # Page breaks
 # Links
 # Links
 # Visibility
 # Visibility

+ 2 - 2
friendly-business/print.scss

@@ -9,7 +9,7 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272
 >>> TABLE OF CONTENTS:
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 ----------------------------------------------------------------
 # Margins
 # Margins
-# Typography÷
+# Typography
 # Page breaks
 # Page breaks
 # Links
 # Links
 # Visibility
 # Visibility
@@ -195,4 +195,4 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272
       filter: none;
       filter: none;
     }
     }
   }
   }
-}
+}