cacert-testmgr/manager/public/css/mail.css
Markus Warg 2597013887 list mails, read mails
fix smaller issues in imap class
mail controller
list contents of mailbox
read mails
2010-04-14 16:29:09 +02:00

25 lines
329 B
CSS

@CHARSET "UTF-8";
#content table {
border: 1px solid black;
border-collapse: collapse;
}
#content th {
border: 1px solid black;
padding: 3px;
}
#content td {
border: 1px solid black;
padding: 3px;
}
#content a {
text-decoration: none;
color: #000000;
}
#content a:hover {
color: #777777;
}