show what we think about browser-video

This commit is contained in:
MaZderMind 2014-12-15 23:24:19 +01:00
parent 93717623ae
commit 9a3dc47e3c
6 changed files with 19 additions and 1 deletions

View file

@ -5444,6 +5444,9 @@ h1 + .news-item {
color: #777777; }
.tab-content #switcher h3:first-child {
margin-top: 0; }
.tab-content #switcher p {
color: white;
font-size: 120%; }
.tab-content #switcher ul {
list-style-type: none;
padding: 0; }

File diff suppressed because one or more lines are too long

View file

@ -204,6 +204,11 @@ h1 + .news-item {
}
}
p {
color: white;
font-size: 120%;
}
ul {
list-style-type: none;
padding: 0;

View file

@ -0,0 +1,2 @@
<h3>Use a Desktop-Player!</h3>
<p>Browsers and Video doesn't go together well, even in 2014 and especially when it's live. So for your best viewing-experience <strong>please</strong> use a Desktop-Player like <a href="http://www.videolan.org/vlc/">VLC</a>.</p>

View file

@ -46,3 +46,7 @@
</li>
<? endforeach ?>
</ul>
<hr />
<? include("$assemblies/desktop-player.phtml") ?>

View file

@ -58,3 +58,7 @@
</li>
<? endforeach ?>
</ul>
<hr />
<? include("$assemblies/desktop-player.phtml") ?>