style: add vertical borders to cells (#13938)

This commit is contained in:
Frédéric Péters 2016-11-12 21:02:14 +01:00
parent cf0ae530a4
commit bac72875c5
1 changed files with 4 additions and 0 deletions

View File

@ -723,3 +723,7 @@ div#content .cell > div#dg-transmit button {
#content button#create-new-contact {
height: auto;
}
table.main td {
border-left: 1px solid #f0f0f0;
}