diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-11 16:57:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-11 16:57:32 -0400 |
commit | 991466ba005b7362601afaf38c74afc6ea1214cd (patch) | |
tree | 0dd6cc0a788ac07c7df5d16d6e43276d446a2574 /doc | |
parent | 619e27b5415712915a134bb0592f52087de46375 (diff) |
try fixing video widths
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.mdwn | 2 | ||||
-rw-r--r-- | doc/videos.mdwn | 2 | ||||
-rw-r--r-- | doc/videos/FOSDEM2012.mdwn | 2 | ||||
-rw-r--r-- | doc/videos/LCA2013.mdwn | 2 |
4 files changed, 3 insertions, 5 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn index 56cd9811a..346c7a0e5 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -59,7 +59,7 @@ files with git. ## talks -<table> +<table width="100%"> <tr> <td width="50%" valign="top"> [[!inline raw=yes pages="videos/FOSDEM2012"]] diff --git a/doc/videos.mdwn b/doc/videos.mdwn index 2b72b76ee..da1acfddb 100644 --- a/doc/videos.mdwn +++ b/doc/videos.mdwn @@ -3,6 +3,4 @@ Talks and screencasts about git-annex. These videos are also available in a public git-annex repository `git clone git://git.kitenet.net/downloads` -<div width=400> [[!inline pages="./videos/* and !./news/*/* and !*/Discussion" show="5"]] -</div> diff --git a/doc/videos/FOSDEM2012.mdwn b/doc/videos/FOSDEM2012.mdwn index c1a381939..106b1869d 100644 --- a/doc/videos/FOSDEM2012.mdwn +++ b/doc/videos/FOSDEM2012.mdwn @@ -1,4 +1,4 @@ <video controls -src="http://video.fosdem.org/2012/lightningtalks/git_annex___manage_files_with_git,_without_checking_their_contents_into_git.webm" width="100%"></video><br> +src="http://video.fosdem.org/2012/lightningtalks/git_annex___manage_files_with_git,_without_checking_their_contents_into_git.webm"></video><br> A <a href="http://video.fosdem.org/2012/lightningtalks/git_annex___manage_files_with_git,_without_checking_their_contents_into_git.webm">15 minute introduction to git-annex</a>, presented by Richard Hartmann at FOSDEM 2012. diff --git a/doc/videos/LCA2013.mdwn b/doc/videos/LCA2013.mdwn index b9bdb6c7c..57fcea0a3 100644 --- a/doc/videos/LCA2013.mdwn +++ b/doc/videos/LCA2013.mdwn @@ -1,4 +1,4 @@ -<video controls width="100%"> +<video controls> <source type="video/mp4" src="http://mirror.linux.org.au/linux.conf.au/2013/mp4/gitannex.mp4"> <source type="video/ogg" src="http://mirror.linux.org.au/linux.conf.au/2013/ogv/gitannex.ogv"> </video><br> |