[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 28f5c37 web: remove the hard coded width/height.

gitolite ffmpeg-cvslog at ffmpeg.org
Thu Mar 29 06:29:37 CEST 2012


The branch, master has been updated
       via  28f5c3756b5126d7911abfc7a90e3ee324c781d8 (commit)
       via  23c3778530341a2c5b6f76cdba4818f5e67cb6d1 (commit)
      from  d8ab229eff1c2d54a818abc89d36d58a1736ed93 (commit)


- Log -----------------------------------------------------------------
commit 28f5c3756b5126d7911abfc7a90e3ee324c781d8
Author:     Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Tue Mar 27 19:11:23 2012 +0200
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Thu Mar 29 06:24:30 2012 +0200

    web: remove the hard coded width/height.
    
    This allows using logos of different sizes

diff --git a/src/template_head2 b/src/template_head2
index fad2fac..06e1100 100644
--- a/src/template_head2
+++ b/src/template_head2
@@ -9,7 +9,7 @@
 
 <div id="banner">
 <a href="index.html">
-<img src="ffmpeg-logo.png" width="396" height="100" alt="FFmpeg" />
+<img src="ffmpeg-logo.png" alt="FFmpeg" />
 </a>
 </div>
 

commit 23c3778530341a2c5b6f76cdba4818f5e67cb6d1
Author:     Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Tue Mar 27 18:48:02 2012 +0200
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Thu Mar 29 06:24:30 2012 +0200

    web: spring logo by Jagannath

diff --git a/src/logik/0329.png b/src/logik/0329.png
new file mode 100644
index 0000000..61dc15a
Binary files /dev/null and b/src/logik/0329.png differ
diff --git a/src/logik/0531-standard b/src/logik/0531-standard
new file mode 100644
index 0000000..e69de29

-----------------------------------------------------------------------

Summary of changes:
 src/logik/0329.png      |  Bin 0 -> 53801 bytes
 src/template_head2      |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)
 create mode 100644 src/logik/0329.png
 create mode 100644 src/logik/0531-standard


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list