Patch Detail
Show a patch.
GET /api/1.1/patches/2206/?format=api
{ "id": 2206, "url": "https://patchwork.libcamera.org/api/1.1/patches/2206/?format=api", "web_url": "https://patchwork.libcamera.org/patch/2206/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20191021102453.26471-8-laurent.pinchart@ideasonboard.com>", "date": "2019-10-21T10:24:53", "name": "[libcamera-devel,8/8] Documentation: theme: css: Really hide toc trees", "commit_ref": "fb93dae7d3d3c7099b46e0a801e6bd1c4dc0366c", "pull_url": null, "state": "accepted", "archived": false, "hash": "3653047a341b3797a069fe88b2119b2589bee3fa", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/2206/mbox/", "series": [ { "id": 539, "url": "https://patchwork.libcamera.org/api/1.1/series/539/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=539", "date": "2019-10-21T10:24:46", "name": "[libcamera-devel,1/8] Documentation: Move coding style under contributing", "version": 1, "mbox": "https://patchwork.libcamera.org/series/539/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/2206/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/2206/checks/", "tags": {}, "headers": { "Return-Path": "<laurent.pinchart@ideasonboard.com>", "Received": [ "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 6E155613A0\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 21 Oct 2019 12:25:08 +0200 (CEST)", "from pendragon.ideasonboard.com (143.121.2.93.rev.sfr.net\n\t[93.2.121.143])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 1E22B540\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 21 Oct 2019 12:25:08 +0200 (CEST)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1571653508;\n\tbh=ubpOSqDG9b05ErxaWKApFMVTMboV3WEXlFjLCqGR9YE=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=bFROm2S5phaGW9huhId/LW6Z8gtQb5qpXj4EyHEiNrc8/M5oRKk/QHZx37S6pcOQe\n\tO2vLhbSxTSKxcSTUEtHByJ0Lc8XVEAM+XOAM3bpQZo2UJvgrz03WuGjmGx9/55VQSg\n\tua3NKrMSzbTVRMY6tnInDP4E4Z5K4j/7pww/CnxQ=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Mon, 21 Oct 2019 13:24:53 +0300", "Message-Id": "<20191021102453.26471-8-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.23.0", "In-Reply-To": "<20191021102453.26471-1-laurent.pinchart@ideasonboard.com>", "References": "<20191021102453.26471-1-laurent.pinchart@ideasonboard.com>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 8/8] Documentation: theme: css: Really\n\thide toc trees", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.29", "Precedence": "list", "List-Id": "<libcamera-devel.lists.libcamera.org>", "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>", "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>", "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>", "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>", "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>", "X-List-Received-Date": "Mon, 21 Oct 2019 10:25:09 -0000" }, "content": "The toc trees are rendered as hidden but still take space due to their\nmargin and padding. Really hide them. While at it, don't handle overflow\nwith scrollbars in the content area, the whole page should be\nscrollable.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/theme/static/css/theme.css | 4 +++-\n 1 file changed, 3 insertions(+), 1 deletion(-)", "diff": "diff --git a/Documentation/theme/static/css/theme.css b/Documentation/theme/static/css/theme.css\nindex 60f3510d88fa..a4934edeeb8f 100644\n--- a/Documentation/theme/static/css/theme.css\n+++ b/Documentation/theme/static/css/theme.css\n@@ -204,7 +204,6 @@ div#content {\n \tpadding-bottom: 50px;\n \tmargin-left: 0px;\n \tmargin-right: 0px;\n-\toverflow: auto;\n }\n \n div#content > div.block {\n@@ -283,5 +282,8 @@ div#signature {\n }\n \n #libcamera div.toctree-wrapper {\n+\theight: 0px;\n+\tmargin: 0px;\n+\tpadding: 0px;\n \tvisibility: hidden;\n }\n", "prefixes": [ "libcamera-devel", "8/8" ] }