[xiph-commits] r4057 - itext/styles

silvia at svn.annodex.net silvia at svn.annodex.net
Thu Oct 29 06:22:51 PDT 2009


Author: silvia
Date: 2009-10-29 06:22:51 -0700 (Thu, 29 Oct 2009)
New Revision: 4057

Modified:
   itext/styles/subtitles.css
Log:
Forgotten semicolons...


Modified: itext/styles/subtitles.css
===================================================================
--- itext/styles/subtitles.css	2009-10-29 13:22:07 UTC (rev 4056)
+++ itext/styles/subtitles.css	2009-10-29 13:22:51 UTC (rev 4057)
@@ -95,7 +95,7 @@
     float: left;
     margin: 0;
     padding: 0;
-    width: 0
+    width: 0;
     height: 0;
     bottom: 0;
     position: absolute;
@@ -107,7 +107,7 @@
     visibility: hidden;
     margin: 0;
     padding: 0;
-    width: 0
+    width: 0;
     height: 0;
     z-index: -200;
 }



More information about the commits mailing list