mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Pre release commit
This commit is contained in:
parent
05ac93715f
commit
106ee26ad2
3 changed files with 11 additions and 5 deletions
|
|
@ -526,7 +526,6 @@
|
|||
var
|
||||
bNew = false,
|
||||
bIsHtml = false,
|
||||
sTag = 'div',
|
||||
bHasExternals = false,
|
||||
bHasInternals = false,
|
||||
oBody = null,
|
||||
|
|
|
|||
|
|
@ -380,19 +380,24 @@ html.rl-no-preview-pane {
|
|||
// margin: 15px;
|
||||
}
|
||||
|
||||
pre {
|
||||
pre, code {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background: #fff;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
display: block;
|
||||
max-width: 700px;
|
||||
white-space: pre;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
&.plain {
|
||||
|
||||
padding: 15px;
|
||||
white-space: pre-wrap;
|
||||
/*white-space: pre-wrap;*/
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
|
||||
pre {
|
||||
|
|
@ -401,6 +406,8 @@ html.rl-no-preview-pane {
|
|||
background: #fff;
|
||||
border: none;
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
display: block;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
pre.b-plain-openpgp {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "RainLoop",
|
||||
"title": "RainLoop Webmail",
|
||||
"version": "1.9.2",
|
||||
"release": "343",
|
||||
"release": "351",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"homepage": "http://rainloop.net",
|
||||
"main": "gulpfile.js",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"plugins"
|
||||
],
|
||||
"readmeFilename": "README.md",
|
||||
"ownCloudPackageVersion": "4.4",
|
||||
"ownCloudPackageVersion": "4.5",
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue