This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new c3b75a7  CSS contains non-ASCII quotes
c3b75a7 is described below

commit c3b75a72a78fd4cc1e1bd4bc345e5744872d44ef
Author: twogee <g.grigelio...@gmail.com>
AuthorDate: Tue Mar 19 07:48:33 2019 +0100

    CSS contains non-ASCII quotes
---
 manual/stylesheets/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manual/stylesheets/style.css b/manual/stylesheets/style.css
index 42982d6..5f2ad72 100644
--- a/manual/stylesheets/style.css
+++ b/manual/stylesheets/style.css
@@ -16,7 +16,7 @@
  *
  */
 body {
-    font-family: “Palatino Linotype”, Palatino, Georgia, “Century Schoolbook”, 
serif;
+    font-family: "Palatino Linotype", Palatino, Georgia, "Century Schoolbook", 
serif;
 }
 
 h2 {
@@ -184,7 +184,7 @@ table.attr td.center, h1.center, p.center {
 }
 
 table.attr td.left {
-    font-family: “Palatino Linotype”, Palatino, Georgia, “Century Schoolbook”, 
serif;
+    font-family: "Palatino Linotype", Palatino, Georgia, "Century Schoolbook", 
serif;
     font-size: 1rem;
     font-style: normal;
     text-align: left;

Reply via email to