*** empty log message ***

SVN revision: 1208
This commit is contained in:
2005-02-15 18:56:00 +00:00
parent 8c0c8eae12
commit 213ccaaae0
+17
View File
@@ -192,6 +192,7 @@ td {
border-right:1px solid black;
background-color:#486090;
text-align:right;
width:100px;
}
/* main menu row */
@@ -360,6 +361,22 @@ td {
font-size:10pt;
}
/* frame around attachments */
.attachmentframe {
border:1px solid grey;
border-top:1px solid lightgrey;
border-left:1px solid lightgrey;
background-color:white;
padding:5px;
}
/* maximal attachment img width */
.attachmentframe img {
max-width:100%;
}
/* attachment size */
.bytes {
font-family:'lucida console',courier,monospace;