Fixed the layout for long names in the attachments.

This commit is contained in:
Loic d'Anterroches
2008-11-16 12:19:30 +01:00
parent 97425529b1
commit 3ae666a781
2 changed files with 9 additions and 6 deletions

View File

@@ -242,8 +242,11 @@ span.nobrk {
hr { visibility: hidden; }
div.attach {
border-top: 2px solid #d3d7cf;
hr.attach {
visibility: visible;
border: 0;
background-color: #d3d7cf;
color: #d3d7cf;
width: 40%;
}