Browse Source

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

Conflicts:

	CHANGELOG
release-1.0
Aleksander Machniak 10 years ago
parent
commit
e94f5c023c
  1. 1
      CHANGELOG
  2. 1
      skins/larry/settings.css

1
CHANGELOG

@ -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
-------------

1
skins/larry/settings.css

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

Loading…
Cancel
Save