diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-09-23 20:40:45 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-09 04:01:46 +0200 |
commit | df08fd5e1efa9755c2dbd180aec88355aeed2280 (patch) | |
tree | f4065fc7f737077c72a6bab8ebceb5528e0349f5 /doc/t2h.init | |
parent | 885739f3b4ca3fb60abf417120845e3fcfb99b53 (diff) | |
download | ffmpeg-df08fd5e1efa9755c2dbd180aec88355aeed2280.tar.gz |
doc/default.css + doc/t2h.init: New styles
The main motive of this commit is to make the offline copy of the HTML doc as
pretty as the online (ffmpeg.org) one. This also introduced new styles for
<h2> to <h4>.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/t2h.init')
-rw-r--r-- | doc/t2h.init | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/t2h.init b/doc/t2h.init index 0f08fd9847..e7760f4527 100644 --- a/doc/t2h.init +++ b/doc/t2h.init @@ -17,6 +17,7 @@ my $TEMPLATE_HEADER = $ENV{"FFMPEG_HEADER"} || <<EOT; </head> <body> <div id="container"> +<div id="body"> EOT $PRE_BODY_CLOSE = '</div></div>'; @@ -32,7 +33,7 @@ sub FFmpeg_print_page_foot($$) T2H_DEFAULT_program_string() : program_string(); print $fh '<footer class="footer pagination-right">' . "\n"; print $fh '<span class="label label-info">' . $program_string; - print $fh "</span></footer></div>\n"; + print $fh "</span></footer></div></div></body>\n"; } $float = \&FFmpeg_float; |