summaryrefslogtreecommitdiff
path: root/doc/t2h.init
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-12-21 00:56:20 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-12-22 00:38:48 +0100
commite64a7f2c78d67be5797d25daebd1660cfa768fe9 (patch)
tree74e6d43f86f09d4085c86dd1495e1cb996438156 /doc/t2h.init
parent042c2a1af8eb02c150230b2839cc4eba5713b898 (diff)
doc/default.css: use ffmpeg.org website CSS
The attribute container of the top-level div is changed from "class" to "id" to match the website CSS. Improve consistency between website docs and local documentation style.
Diffstat (limited to 'doc/t2h.init')
-rw-r--r--doc/t2h.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/t2h.init b/doc/t2h.init
index fe1ce234ce..bb28d96790 100644
--- a/doc/t2h.init
+++ b/doc/t2h.init
@@ -16,7 +16,7 @@ my $TEMPLATE_HEADER = $ENV{"FFMPEG_HEADER"} || <<EOT;
<link rel="icon" href="favicon.png" type="image/png" />
</head>
<body>
-<div class="container">
+<div id="container">
EOT
$PRE_BODY_CLOSE = '</div></div>';