mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 03:18:08 +01:00
16 lines
181 B
CSS
16 lines
181 B
CSS
|
pre {
|
||
|
white-space: pre-wrap;
|
||
|
}
|
||
|
|
||
|
.message-rfc822 {
|
||
|
border: 1px solid;
|
||
|
border-radius: 25px;
|
||
|
}
|
||
|
|
||
|
.embedded-html {
|
||
|
frameborder: 0;
|
||
|
border: 0;
|
||
|
scrolling: no;
|
||
|
width: 100%;
|
||
|
}
|