Vote #78468
完了Add table border to email notifications
0%
説明
Currently tables in email notifications does not have visible border. Table border should be displayed even in email notifications as well as screen for better readability.
Before:
Table borders are not displayed in email notification.
!{border: 1px solid #ccc;}.table-email-without-patch.png!
After:
The patch adds visible table border. It improves readability.
!{border: 1px solid #ccc;}.table-email-with-patch.png!
Screen:
!{border: 1px solid #ccc;}.table-screen.png!
journals
This is a definite improvement! I like the patch!
--------------------------------------------------------------------------------
Since it's only CSS, I think we can safely add it to 3.4 still.
--------------------------------------------------------------------------------
LGTM...
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------