mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Add table border to email notifications (#25842).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16642 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
744fc25c8b
commit
43c69c370c
@ -39,6 +39,14 @@ pre {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
ul.details {color:#959595; margin-bottom: 1.5em;}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
table, td, th {
|
||||
border: 1px solid #bbb;
|
||||
padding: 4px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user