diff options
author | Mariano Guerra <[email protected]> | 2016-10-22 22:51:10 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 706ad2d5735ee7b17a60251822cdf34d2b5ede8c (patch) | |
tree | 601f62024880c75e885b5f14ef9674705b95be55 /system | |
parent | 464e52107bcac0cab7c1f56a0fc8ef927d17557c (diff) | |
download | otp-706ad2d5735ee7b17a60251822cdf34d2b5ede8c.tar.gz otp-706ad2d5735ee7b17a60251822cdf34d2b5ede8c.tar.bz2 otp-706ad2d5735ee7b17a60251822cdf34d2b5ede8c.zip |
applications font-family matches docs
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/top/templates/applications.html.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/top/templates/applications.html.src b/system/doc/top/templates/applications.html.src index 001234ad32..7e939ddcd6 100644 --- a/system/doc/top/templates/applications.html.src +++ b/system/doc/top/templates/applications.html.src @@ -26,7 +26,7 @@ limitations under the License. <!-- BODY { background: #fefefe; color: #111; } - BODY { font-family: Verdana, Arial, Helvetica, sans-serif } + BODY { font-family: sans-serif } .header { background: #333; color: #fefefe; } |