doc: Copyright in CSS, CSS split in 2 files

Reviewed-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
db0company 2014-09-05 20:31:16 +02:00 committed by Michael Niedermayer
parent d7e088849e
commit c701178900
4 changed files with 29 additions and 4 deletions

5
doc/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

26
doc/style.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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>