Project

General

Profile

Feature #25842 » 0001-Add-table-border-to-email-notifications.patch

patch - Go MAEDA, 2017-05-15 08:13

View differences:

app/views/layouts/mailer.html.erb
39 39
  overflow-y: hidden;
40 40
}
41 41
ul.details {color:#959595; margin-bottom: 1.5em;}
42
table {
43
  border-collapse: collapse;
44
  margin-bottom: 1em;
45
}
46
table, td, th {
47
  border: 1px solid #bbb;
48
  padding: 4px;
49
}
42 50
</style>
43 51
</head>
44 52
<body>
(4-4/4)