Increase line height to make doc more readable.
authorSilvia Pfeiffer
Mon, 08 Jul 2013 15:44:30 +1000
changeset 120 e1ad36b687ea
parent 119 34856d7a2480
child 121 002cb109d05c
Increase line height to make doc more readable.
webvtt/webvtt.html
--- a/webvtt/webvtt.html	Mon Jul 08 15:35:58 2013 +1000
+++ b/webvtt/webvtt.html	Mon Jul 08 15:44:30 2013 +1000
@@ -87,7 +87,11 @@
     <script src="https://dvcs.w3.org/hg/webcomponents/raw-file/tip/assets/scripts/bug-assist.js"></script>
     <meta name="bug.short_desc" content="[WebVTT] ">
     <meta name="bug.product" content="TextTracks CG">
-    <meta name="bug.component" content="WebVTT">    <style>
+    <meta name="bug.component" content="WebVTT">
+    <style>
+    body {
+      line-height: 1.35;
+    }
     pre {
       white-space: pre-wrap;
     }