mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
$NetBSD: patch-ag,v 1.4 2013/08/31 02:04:54 taca Exp $
|
|
|
|
Use monospace font for mail body.
|
|
|
|
--- public/assets/themes/default/stylesheets/og/co.css.orig 2013-07-31 09:38:58.000000000 +0000
|
|
+++ public/assets/themes/default/stylesheets/og/co.css
|
|
@@ -237,6 +237,11 @@
|
|
color: #404566;
|
|
}
|
|
|
|
+.email .coViewBody {
|
|
+ font-family: osaka-mono,monospace;
|
|
+ font-size: 12px;
|
|
+}
|
|
+
|
|
.email .coViewIcon {
|
|
background: #DBE0FF;
|
|
border-color: #BABFD9;
|