Fix styling of domintro section.
authorSilvia Pfeiffer
Mon, 01 Apr 2013 12:46:56 +1100
changeset 82 fa54463d1f20
parent 81 2bc265b4443b
child 83 d745b21ea588
Fix styling of domintro section.
Remove some surplus javascript.
webvtt/webvtt.html
--- a/webvtt/webvtt.html	Mon Apr 01 12:30:10 2013 +1100
+++ b/webvtt/webvtt.html	Mon Apr 01 12:46:56 2013 +1100
@@ -87,15 +87,6 @@
           additionalHeaderContent: "",
       };
     </script>
-    <script>
-    var copyright = null;
-    setTimeout(function() {
-      copyright = document.getElementsByClassName('copyright')[0];
-      if (copyright != null) {
-        copyright.insertAdjacentHTML('afterend', respecConfig.additionalHeaderContent);
-      }
-    }, 2000);
-    </script>
     <style>
     pre {
       white-space: pre-wrap;
@@ -158,6 +149,22 @@
       vertical-align: top;
       padding: 0.2em;
     }
+    dl.domintro {
+      margin: 2em 0 2em 0;
+      padding: 0.5em 1em 0.5em 2em;
+      border: none;
+      background: #d9e6f8;
+    }
+    dl.domintro:before {
+      display: table;
+      margin: -1em -0.5em -0.5em auto;
+      width: auto;
+      content: 'This box is non-normative. Implementation requirements are given below this box.';
+      color: black;
+      font-style: italic;
+      border: solid 2px;
+      background: white;
+      padding: 0 0.25em;
     </style>
   </head>
   <!-- v2 feature requests: