mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 11:35:35 +03:00
Update dependencies
This commit is contained in:
parent
35f8bb751b
commit
ea286e99c4
4
Cartfile
4
Cartfile
@ -1,8 +1,8 @@
|
||||
github "ReactiveX/RxSwift" "3.6.1"
|
||||
github "ReactiveX/RxSwift" "4.0.0"
|
||||
github "PureLayout/PureLayout" == 3.0.2
|
||||
github "eonil/FileSystemEvents" "master"
|
||||
github "sparkle-project/Sparkle" == 1.18.1
|
||||
github "qvacua/CocoaFontAwesome" "master"
|
||||
github "qvacua/CocoaMarkdown" "master"
|
||||
github "sindresorhus/github-markdown-css" == 2.8.0
|
||||
github "sindresorhus/github-markdown-css" == 2.9.0
|
||||
github "httpswift/swifter" == 1.3.3
|
||||
|
@ -5,5 +5,5 @@ github "eonil/FileSystemEvents" "85a089104af37f04a6bf7f2d07d7a93cac0b4fe1"
|
||||
github "httpswift/swifter" "1.3.3"
|
||||
github "qvacua/CocoaFontAwesome" "71865fc2c0275ebc5c8601edc23290e85aca9979"
|
||||
github "qvacua/CocoaMarkdown" "5d1c1e3dd74486dfc358c9cc3ddd7e993842113d"
|
||||
github "sindresorhus/github-markdown-css" "v2.8.0"
|
||||
github "sindresorhus/github-markdown-css" "v2.9.0"
|
||||
github "sparkle-project/Sparkle" "1.18.1"
|
||||
|
@ -335,7 +335,8 @@
|
||||
.markdown-body pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font: 12px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.markdown-body .octicon {
|
||||
@ -591,6 +592,14 @@
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.markdown-body img[align=right] {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.markdown-body img[align=left] {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.markdown-body code {
|
||||
padding: 0;
|
||||
padding-top: 0.2em;
|
||||
|
Loading…
Reference in New Issue
Block a user