documentation-editor 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fc10e0201807d3addb2870205623f7b38bb5d51
|
4
|
+
data.tar.gz: b483cd1778fc6466dd8b65e2ad00d0b2d4d0a1af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa6640eca9c4173e686bbc0b9254db08c0491db611afcd58c89a9731095481b68ab85ab24e574509300dd1864ad219797bf22a4040840dd997e8f972ad025535
|
7
|
+
data.tar.gz: f33183c10886b22f52f76929d46485f7eab3e5687cfd8a844f2160bd7683fb4d9ba57e1443299facf336b8b0de9ca3226f6a28d6a98dff9e354b95a6f74f957e
|
@@ -98,6 +98,11 @@
|
|
98
98
|
margin: 0
|
99
99
|
&:focus
|
100
100
|
outline: none
|
101
|
+
.code, .html
|
102
|
+
// http://stackoverflow.com/questions/15015019/prevent-chrome-from-wrapping-contents-of-joined-p-with-a-span
|
103
|
+
pre p, pre span
|
104
|
+
line-height: 1.5em !important
|
105
|
+
font-size: 12px !important
|
101
106
|
.pages
|
102
107
|
img
|
103
108
|
width: 100px
|
@@ -109,7 +109,7 @@
|
|
109
109
|
.tab-content
|
110
110
|
%pre.tab-pane{contenteditable: true, "ng-repeat" => "code in section.content.codes track by $index", "ng-class" => "{ 'in active': ($index === 0) }", id: 'snippet_{{section.id}}_{{$index}}', 'ng-model' => 'sections[sectionIndex].content.codes[$index].code'}
|
111
111
|
.html{"ng-if" => "section.type === 'html'"}
|
112
|
-
%pre
|
112
|
+
%pre{contenteditable: true, id: 'snippet_{{section.id}}_{{$index}}', 'ng-model' => 'sections[sectionIndex].content.body'}
|
113
113
|
|
114
114
|
.insert-sections
|
115
115
|
.pull-right
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: documentation-editor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Algolia Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|