diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-04-12 18:48:00 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-04-12 18:48:00 +0800 |
commit | 13762515153f9e254e5c17fb747ad76121f8710c (patch) | |
tree | 4bdc98861fe6fdb55a120a9ac10ca1e7cdf22216 /data | |
parent | 870b676d8b082a61c267ce8ca27020946ca6d88f (diff) | |
download | gsoc2013-evolution-13762515153f9e254e5c17fb747ad76121f8710c.tar.gz gsoc2013-evolution-13762515153f9e254e5c17fb747ad76121f8710c.tar.zst gsoc2013-evolution-13762515153f9e254e5c17fb747ad76121f8710c.zip |
Bug #673108 - Font settings and monospace fonts don't work
Diffstat (limited to 'data')
-rw-r--r-- | data/webview.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/webview.css b/data/webview.css index 9ff822013e..fb14fc704d 100644 --- a/data/webview.css +++ b/data/webview.css @@ -23,10 +23,6 @@ th { color: #7f7f7f; } -.pre { - font-family: monospace; -} - span.navigable, div.navigable, p.navigable { cursor: pointer; text-decoration: underline; |