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