mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 07:21:12 +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;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
ul.details {color:#959595; margin-bottom: 1.5em;}
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user