Browse Source

doc: Copyright in CSS, CSS split in 2 files

Reviewed-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
db0company 10 years ago
parent
commit
c701178900
4 changed files with 6 additions and 3 deletions
  1. 4 0
      doc/bootstrap.min.css
  2. 0 3
      doc/style.min.css
  3. 1 0
      doc/t2h.init
  4. 1 0
      doc/t2h.pm

File diff suppressed because it is too large
+ 4 - 0
doc/bootstrap.min.css


File diff suppressed because it is too large
+ 0 - 3
doc/style.min.css


+ 1 - 0
doc/t2h.init

@@ -15,6 +15,7 @@ my $TEMPLATE_HEADER1 = $ENV{"FFMPEG_HEADER1"} || <<EOT;
     <meta charset="utf-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     <title>FFmpeg documentation</title>
+    <link rel="stylesheet" href="bootstrap.min.css" />
     <link rel="stylesheet" href="style.min.css" />
 EOT
 

+ 1 - 0
doc/t2h.pm

@@ -69,6 +69,7 @@ EOT
 
     my $head2 = $ENV{"FFMPEG_HEADER2"} || <<EOT;
     </title>
+    <link rel="stylesheet" type="text/css" href="bootstrap.min.css">
     <link rel="stylesheet" type="text/css" href="style.min.css">
   </head>
   <body>

Some files were not shown because too many files changed in this diff