[aur-dev] [PATCH] Use sans serif in textareas
Marcel Korpel
marcel.korpel at gmail.com
Thu Jul 9 23:22:43 UTC 2015
The whole site uses sans serif as the default font. Textareas,
especially those for inputting comments, should use the same font
instead of (default) monospace (except the SSH Public Key field).
Signed-off-by: Marcel Korpel <marcel.korpel at gmail.com>
---
web/html/css/aurweb.css | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css
index adc02bb..7444ff6 100644
--- a/web/html/css/aurweb.css
+++ b/web/html/css/aurweb.css
@@ -129,3 +129,11 @@ label.confirmation,
#merge-into {
width: auto;
}
+
+textarea {
+ font: 100% sans-serif;
+}
+
+#id_ssh {
+ font: 120% monospace;
+}
--
2.4.5
More information about the aur-dev
mailing list