]> git.notmuchmail.org Git - notmuch/blob - devel/notmuch-web/static/css/notmuch-0.1.css
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / devel / notmuch-web / static / css / notmuch-0.1.css
1 pre {
2   white-space: pre-wrap;
3 }
4
5 .message-rfc822 {
6   border: 1px solid;
7   border-radius: 25px;
8 }
9
10 .embedded-html {
11   frameborder: 0;
12   border: 0;
13   scrolling: no;
14   width: 100%;
15 }