Merge branch 'master' of github.com:benweet/stackedit

This commit is contained in:
benweet 2015-10-12 22:48:23 +01:00
commit 11ed30c686
3 changed files with 15 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"request": "~2.40.0",
"ssh2": "^0.3.5",
"compression": "^1.0.11",
"serve-static": "^1.5.3"
"serve-static": "^1.6.5"
},
"devDependencies": {
"gulp": "^3.8.7",

View File

@ -1129,6 +1129,12 @@
Rich
</label>
</div>
<div class="radio">
<label> <input type="radio"
name="radio-settings-editor-font-class" value="font-rich-monospaced">
Rich Monospaced
</label>
</div>
<div class="radio">
<label> <input type="radio"
name="radio-settings-editor-font-class" value="font-monospaced">

View File

@ -1190,6 +1190,10 @@ a {
color: fade(@tertiary-color, 25%);
}
&.font-rich-monospaced * {
font-family: @font-family-monospace !important;
}
&.font-monospaced * {
font-family: @font-family-monospace !important;
line-height: @editor-line-weight !important;
@ -1630,6 +1634,10 @@ div.jGrowl {
**************************************/
@media print {
* {
.box-shadow(none) !important;
}
html, body {
background: transparent !important;
overflow: visible !important;