From 5a71e2bdc486bed118704aa3b20286cb9720dfee Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 13 Nov 2014 13:25:22 -0500 Subject: [PATCH] Quoted text seemed to prominent. In the HTML rendered versions of the guide, the quoted text, using the previous CSS herein include, seemed to prominent. Hopefully, this change will resolve that issue. --- css/guide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/guide.css b/css/guide.css index 5216cd8..88ddea7 100644 --- a/css/guide.css +++ b/css/guide.css @@ -36,7 +36,7 @@ body { } .quotation p { - font-size: 17.5px; + font-size: 95%; font-weight: 300; line-height: 1.25; }