Merge branch 'master' of github.com:benweet/stackedit
This commit is contained in:
commit
11ed30c686
@ -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",
|
||||
|
@ -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">
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user