]> git.notmuchmail.org Git - notmuch/blobdiff - devel/notmuch-web/static/css/notmuch-0.1.css
devel/notmuch-web: single user web front end using python-cffi
[notmuch] / devel / notmuch-web / static / css / notmuch-0.1.css
diff --git a/devel/notmuch-web/static/css/notmuch-0.1.css b/devel/notmuch-web/static/css/notmuch-0.1.css
new file mode 100644 (file)
index 0000000..0f08564
--- /dev/null
@@ -0,0 +1,15 @@
+pre {
+  white-space: pre-wrap;
+}
+
+.message-rfc822 {
+  border: 1px solid;
+  border-radius: 25px;
+}
+
+.embedded-html {
+  frameborder: 0;
+  border: 0;
+  scrolling: no;
+  width: 100%;
+}