diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-11 23:25:30 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-11 23:25:30 -0800 |
commit | 6a9d67e128bbcd6a32ef806c8bed10faab535ab5 (patch) | |
tree | 7076d49fc602ce27818d04a000e7c103777dd5f9 /httemplate/elements/freeside.css | |
parent | 86c592adf680559e167f0aed340038fa57df5922 (diff) |
add ;plaintext=1 to view a plaintext invoice for debugging
Diffstat (limited to 'httemplate/elements/freeside.css')
-rw-r--r-- | httemplate/elements/freeside.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 82eb9b562..3933e9d6e 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -3,6 +3,10 @@ /* font-family: Verdana, Arial, Helvetica, sans-serif; */ } +pre { + font-family: monospace; +} + A:link IMG, A:visited { border-style: none } /* A:focus {text-decoration: underline } */ |