[FFmpeg-devel] [PATCH] doc/t2h: add max-width to css.

Josh de Kock josh at itanimul.li
Sun Oct 2 02:06:14 EEST 2016


On 01/10/2016 02:28, Josh de Kock wrote:
> Full width text is really difficult to read, this just makes it
> slightly more legible on larger (widescreen) screens.
>
> Signed-off-by: Josh de Kock <josh at itanimul.li>
> ---
> See http://screenshotcomparison.com/comparison/186256 for a comparison of before/after.
>
>  doc/t2h.init | 2 +-
>  doc/t2h.pm   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/t2h.init b/doc/t2h.init
> index c41be2e..994e276 100644
> --- a/doc/t2h.init
> +++ b/doc/t2h.init
> @@ -22,7 +22,7 @@ EOT
>  my $TEMPLATE_HEADER2 = $ENV{"FFMPEG_HEADER2"} || <<EOT;
>    </head>
>    <body>
> -    <div style="width: 95%; margin: auto">
> +    <div style="width: 95%; max-width: 960px; margin: auto">
>  EOT
>
>  my $TEMPLATE_FOOTER = $ENV{"FFMPEG_FOOTER"} || <<EOT;
> diff --git a/doc/t2h.pm b/doc/t2h.pm
> index 5efb2da..a3b7c6b 100644
> --- a/doc/t2h.pm
> +++ b/doc/t2h.pm
> @@ -174,7 +174,7 @@ EOT
>      <link rel="stylesheet" type="text/css" href="style.min.css">
>    </head>
>    <body>
> -    <div style="width: 95%; margin: auto">
> +    <div style="width: 95%; max-width: 960px; margin: auto">
>        <h1>
>  EOT
>
>

Also note that I'm not sure how the website itself would look with these 
changes, how would I be able to view the changes to the ffmpeg.org 
website? (Would there be any, how is the ffmpeg.org/developer.html 
generated?)

--
Josh


More information about the ffmpeg-devel mailing list