From patchwork Sun Oct 2 13:53:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Josh Dekker X-Patchwork-Id: 827 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.66 with SMTP id o63csp1149636vsd; Sun, 2 Oct 2016 06:53:34 -0700 (PDT) X-Received: by 10.28.46.82 with SMTP id u79mr6182130wmu.57.1475416413974; Sun, 02 Oct 2016 06:53:33 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id mu9si839665wjb.18.2016.10.02.06.53.33; Sun, 02 Oct 2016 06:53:33 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@itanimul.li; dkim=neutral (body hash did not verify) header.i=@messagingengine.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 08313689BB9; Sun, 2 Oct 2016 16:53:18 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5FF29689BAC for ; Sun, 2 Oct 2016 16:53:12 +0300 (EEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 60D0220453 for ; Sun, 2 Oct 2016 09:53:25 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute7.internal (MEProxy); Sun, 02 Oct 2016 09:53:25 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=itanimul.li; h= date:from:in-reply-to:message-id:references:subject:to :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=GabzJDazo5Ptsoxl5OZZx2ilxGM =; b=Xe9UgJDfbVou0B8+l17/ghCBc0iNEld6csbd4Qk8WEfOZd1SQGrExI1peY/ XFTvnCbH1ekhmtjH7Or76FNTIhTmeX3DimiYT5GiVHWgI9kAw5QUtgGGQfnRewg3 h4Sn7yr2AT/4jgMHNC9dLeb/n//xSi3XlUgMqag96KWu3tyU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:in-reply-to:message-id :references:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Gabz JDazo5Ptsoxl5OZZx2ilxGM=; b=T5rVEh7ojfSgjo95wiOMRzKqi5ZwtR9uSdYQ XrtceoAedbk3WJx/jwk7pI45IcVqCbV3t4h85khWzTdn/5msOu+8HWtYDT3wvRZy s9hIeAu7Nr0HIJcAx1ayeqHNMc5uE0BieIieVwaec5/ZcybMXomeG11g1dPFIa62 kFNiAl4= X-Sasl-enc: nvMsGTWkyzhV+KFBr8Ti5iqWQz1gu9Z/+hjXg0iBRRoX 1475416404 Received: from localhost (cpc75394-sotn16-2-0-cust168.15-1.cable.virginm.net [82.22.8.169]) by mail.messagingengine.com (Postfix) with ESMTPA id E86BAF29D1 for ; Sun, 2 Oct 2016 09:53:24 -0400 (EDT) From: Josh de Kock To: ffmpeg-devel@ffmpeg.org Date: Sun, 2 Oct 2016 14:53:22 +0100 Message-Id: <20161002135322.24809-1-josh@itanimul.li> X-Mailer: git-send-email 2.8.4 (Apple Git-73) In-Reply-To: References: Subject: [FFmpeg-devel] [PATCH v2] doc/t2h: use container X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" 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 --- doc/t2h.init | 2 +- doc/t2h.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/t2h.init b/doc/t2h.init index c41be2e..a01a971 100644 --- a/doc/t2h.init +++ b/doc/t2h.init @@ -22,7 +22,7 @@ EOT my $TEMPLATE_HEADER2 = $ENV{"FFMPEG_HEADER2"} || < -
+
EOT my $TEMPLATE_FOOTER = $ENV{"FFMPEG_FOOTER"} || < -
+

EOT