]> git.sesse.net Git - ffmpeg/commitdiff
doc/t2h: use container
authorJosh de Kock <josh@itanimul.li>
Sat, 1 Oct 2016 01:27:37 +0000 (02:27 +0100)
committerJosh de Kock <josh@itanimul.li>
Sun, 2 Oct 2016 23:16:27 +0000 (00:16 +0100)
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>
doc/t2h.init
doc/t2h.pm

index c41be2ef3762f5c0b64635a7f34ff5236774c3fa..a01a971b20a87e77fc0e64b6e326df9867093fb4 100644 (file)
@@ -22,7 +22,7 @@ EOT
 my $TEMPLATE_HEADER2 = $ENV{"FFMPEG_HEADER2"} || <<EOT;
   </head>
   <body>
-    <div style="width: 95%; margin: auto">
+    <div class="container">
 EOT
 
 my $TEMPLATE_FOOTER = $ENV{"FFMPEG_FOOTER"} || <<EOT;
index 5efb2da48315696390003f3093733b5008a069dc..e83d564a65458a099f56e3dd05a7bca21551dfc1 100644 (file)
@@ -174,7 +174,7 @@ EOT
     <link rel="stylesheet" type="text/css" href="style.min.css">
   </head>
   <body>
-    <div style="width: 95%; margin: auto">
+    <div class="container">
       <h1>
 EOT