- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Sun, 26 Jan 2014 04:44:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv22597
Modified Files:
Overview.html
Log Message:
Sync WebVTT with Git commit c93b8d02c22c1124a36b31a0d9b31f0512200758
--- /sources/public/html5/webvtt/Overview.html 2014/01/26 04:39:41 1.85
+++ /sources/public/html5/webvtt/Overview.html 2014/01/26 04:44:57 1.86
@@ -98,11 +98,16 @@
clear: left;
}
/* fix bug entry form styling */
- body > form {
+ #bug-assist-form {
padding: 4px;
border: 1px solid red;
background-color: rgba(255, 255, 255, 0.6);
+ position: fixed;
top: 5em !important;
+ right: 1em;
+ width: 115px;
+ opacity: 0.8;
+ text-align: right;
}
</style>
<style>/*****************************************************************
@@ -282,7 +287,7 @@
</p>
<h1 class="title p-name" id="title" property="dcterms:title">WebVTT: The Web Video Text Tracks Format</h1>
- <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-26T04:39:36.000Z" id="draft-community-group-specification-26-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-26">26 January 2014</time></h2>
+ <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-26T04:44:52.000Z" id="draft-community-group-specification-26-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-26">26 January 2014</time></h2>
<dl>
Received on Sunday, 26 January 2014 04:44:58 UTC