Fix so plain text signature field uses monospace font (#1490435)

Conflicts:

	CHANGELOG
release-1.0
Aleksander Machniak 9 years ago
parent fb71e73933
commit e94f5c023c

@ -2,6 +2,7 @@ CHANGELOG Roundcube Webmail
===========================
- Fix SQL error on logout when using session_storage=php (#1490421)
- Fix so plain text signature field uses monospace font (#1490435)
RELEASE 1.0.6
-------------

@ -313,6 +313,7 @@ img.skinthumbnail {
#rcmfd_signature {
width: 99%;
min-width: 390px;
font-family: monospace;
}
#rcmfd_signature_toolbar1 td,

Loading…
Cancel
Save