[xiph-commits] r18824 - in websites/xiph.org: css video
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Mon Feb 25 12:31:00 PST 2013
Author: xiphmont
Date: 2013-02-25 12:31:00 -0800 (Mon, 25 Feb 2013)
New Revision: 18824
Modified:
websites/xiph.org/css/videopage.css
websites/xiph.org/video/fallback.include
Log:
Try to get fallback working
Modified: websites/xiph.org/css/videopage.css
===================================================================
--- websites/xiph.org/css/videopage.css 2013-02-25 20:13:36 UTC (rev 18823)
+++ websites/xiph.org/css/videopage.css 2013-02-25 20:31:00 UTC (rev 18824)
@@ -35,18 +35,20 @@
.fallback p{
margin: 0px;
- padding: 2em;
+ padding-left: 2em;
+ padding-right: 2em;
padding-top: 1.5em;
+ padding-bottom: 0em;
font-weight: bold;
- font-size: large;
+ font-size: 12px;
text-align: center;
}
.fallback div{
margin-left: auto;
margin-right: auto;
- width: 160px;
- height: 80px;
+ width: 125px;
+ height: 125px;
}
.fallback {
Modified: websites/xiph.org/video/fallback.include
===================================================================
--- websites/xiph.org/video/fallback.include 2013-02-25 20:13:36 UTC (rev 18823)
+++ websites/xiph.org/video/fallback.include 2013-02-25 20:31:00 UTC (rev 18824)
@@ -2,7 +2,7 @@
<!-- dropping Cortado fallback. Java in the browser is dead as a doornail -->
<div class="fallback">
<p>
- Your browser doesn't seem to support HTML5 WebM or Ogg
+ Your browser doesn't seem to support HTML5 WebM or Ogg
video.
</p>
<p>
@@ -13,7 +13,7 @@
or
<a href="http://www.opera.com/download/">Opera</a>, or
downloading this video to watch in your favorite media
- player such as <a href="http://www.videolan.org/vlc/index.html">VLC<a> or
+ player such as <a href="http://www.videolan.org/vlc/index.html">VLC</a> or
<a href="http://www.getmiro.com/">Miro</a>.
</p>
More information about the commits
mailing list