mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
doc/t2h: use container
Full width text is really difficult to read, this makes it more more legible on larger (widescreen) screens. It also means we aren't inventing our own container instead of using the bootstrap one. Signed-off-by: Josh de Kock <josh@itanimul.li>
This commit is contained in:
parent
b7bd5b9794
commit
441d15b7c0
@ -22,7 +22,7 @@ EOT
|
|||||||
my $TEMPLATE_HEADER2 = $ENV{"FFMPEG_HEADER2"} || <<EOT;
|
my $TEMPLATE_HEADER2 = $ENV{"FFMPEG_HEADER2"} || <<EOT;
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="width: 95%; margin: auto">
|
<div class="container">
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
my $TEMPLATE_FOOTER = $ENV{"FFMPEG_FOOTER"} || <<EOT;
|
my $TEMPLATE_FOOTER = $ENV{"FFMPEG_FOOTER"} || <<EOT;
|
||||||
|
@ -174,7 +174,7 @@ EOT
|
|||||||
<link rel="stylesheet" type="text/css" href="style.min.css">
|
<link rel="stylesheet" type="text/css" href="style.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="width: 95%; margin: auto">
|
<div class="container">
|
||||||
<h1>
|
<h1>
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user