changed footer style

This commit is contained in:
Synox 2018-03-02 23:31:06 +01:00
parent 7f8f1e8af5
commit 58f1aa7a58

View File

@ -15,6 +15,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- Added $config['prefer_plaintext'] = true; Prefer HTML or Text and removed toggle buttons. - Added $config['prefer_plaintext'] = true; Prefer HTML or Text and removed toggle buttons.
- #33 improve button style - #33 improve button style
- fixed bug where html in plaintext emails are interpreted as html. - fixed bug where html in plaintext emails are interpreted as html.
- changed footer style
- refactored code into multiple php files.
### Added ### Added
- Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21) - Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21)