Patch Detail
Show a patch.
GET /api/1.1/patches/2205/?format=api
{ "id": 2205, "url": "https://patchwork.libcamera.org/api/1.1/patches/2205/?format=api", "web_url": "https://patchwork.libcamera.org/patch/2205/", "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-7-laurent.pinchart@ideasonboard.com>", "date": "2019-10-21T10:24:52", "name": "[libcamera-devel,7/8] Documentation: theme: css: Make text darker", "commit_ref": "09d7d00a0fbed8d2a944509e712242bab016a4ba", "pull_url": null, "state": "accepted", "archived": false, "hash": "81225e181cd69376888a0aac06045b6e381dbb87", "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/2205/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/2205/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/2205/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 64D926139C\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 DCB2DF94\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 21 Oct 2019 12:25:07 +0200 (CEST)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1571653508;\n\tbh=fPNrDv1imK1jLgXPDVmfE+6ZHf0Krd3uVr0BRAVAJ/U=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=sSnp6g1KjhI6a2XuBJh5WgDHnccVJVuzoftpmXedbWmJh8B8w0kvhsS0sZEHvc73I\n\tKQ4sdlZNDz2QDkH1O6HS9s5gGCzGBz4SHbfj3EOLG+EBxhjEvO1ZvY0RIZDOSzCyUR\n\t1Kq6oukmk+/5PuAekFOKyaZvl8+xeqt3FpGsW2rY=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Mon, 21 Oct 2019 13:24:52 +0300", "Message-Id": "<20191021102453.26471-7-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 7/8] Documentation: theme: css: Make text\n\tdarker", "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 text is currently rendered as a 50% gray, which is a bit painful to\nread in low light conditions. Make it darker.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/theme/static/css/theme.css | 3 +--\n 1 file changed, 1 insertion(+), 2 deletions(-)", "diff": "diff --git a/Documentation/theme/static/css/theme.css b/Documentation/theme/static/css/theme.css\nindex 4901bbf564f7..60f3510d88fa 100644\n--- a/Documentation/theme/static/css/theme.css\n+++ b/Documentation/theme/static/css/theme.css\n@@ -6,7 +6,7 @@ html {\n }\n \n body {\n-\tcolor: rgb(0, 0, 0, 0.5);\n+\tcolor: rgb(0, 0, 0, 0.65);\n \tfont-family: Arial, sans-serif;\n \tmargin: 0px;\n }\n@@ -217,7 +217,6 @@ div#content > div.block {\n }\n \n div#content > div.block h1 {\n-\tcolor: black;\n \tfont-size: 40px;\n \tmargin-top: 0px;\n \ttext-align: left;\n", "prefixes": [ "libcamera-devel", "7/8" ] }