use double quotes for quoted text in stylesheet
authorDan Allen <dan@opendevise.com>
Fri, 6 Apr 2018 07:01:21 +0000 (01:01 -0600)
committerDan Allen <dan@opendevise.com>
Fri, 6 Apr 2018 07:01:21 +0000 (01:01 -0600)
src/css/base.css
src/css/doc.css
src/css/navigation-explore.css

index 1c25bfc..722cd8f 100644 (file)
@@ -18,7 +18,7 @@ body {
 
 html {
   box-sizing: border-box;
-  font-family: 'Roboto', sans-serif;
+  font-family: "Roboto", sans-serif;
   font-size: 1.1em;
   text-size-adjust: 100%;
 }
@@ -46,7 +46,7 @@ a:hover {
 code,
 kbd,
 pre {
-  font-family: 'Roboto Mono', monospace;
+  font-family: "Roboto Mono", monospace;
 }
 
 b,
index 8acbfbf..4528802 100644 (file)
@@ -553,7 +553,7 @@ kbd,
 }
 
 .keyseq {
-  font-family: 'Roboto Mono', monospace;
+  font-family: "Roboto Mono", monospace;
   font-size: 0.9em;
 }
 
index ea63fa1..2dda7c3 100644 (file)
@@ -89,7 +89,7 @@
 
 /*
 .navigation-explore .component .is-latest a::after {
-  content: ' (latest)';
+  content: " (latest)";
 }
 */