Increase line height to make doc more readable.
--- 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;
}