[aur-dev] [PATCH v2 2/3] Use a normal font size for code blocks

Marcel Korpel marcel.korpel at gmail.com
Sat Jul 11 20:49:48 UTC 2015


Signed-off-by: Marcel Korpel <marcel.korpel at gmail.com>
---
 web/html/css/aurweb.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css
index 6bd7eb3..691a634 100644
--- a/web/html/css/aurweb.css
+++ b/web/html/css/aurweb.css
@@ -125,6 +125,7 @@
 }
 
 pre {
+	font-size: 100%;
 	overflow-x: auto;
 }
 
-- 
2.4.5


More information about the aur-dev mailing list