umberto 2.1.6 → 2.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umberto",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "CKSource Documentation builder",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -53,9 +53,10 @@ mixin method( met )
53
53
  if ( met.description && met.description.excerpt )
54
54
  div.collapsing-list__excerpt
55
55
  p !{ met.description.excerpt }
56
- +seeSource( met )
57
56
 
58
57
  div.collapsing-list__content
58
+ +seeSource( met )
59
+
59
60
  if ( met.description )
60
61
  | !{ met.description.content }
61
62
 
@@ -30,9 +30,10 @@ mixin property( prop )
30
30
  if ( prop.description && prop.description.excerpt )
31
31
  div.collapsing-list__excerpt
32
32
  p !{ prop.description.excerpt }
33
- +seeSource( prop )
34
33
 
35
34
  div.collapsing-list__content
35
+ +seeSource( prop )
36
+
36
37
  if ( prop.description )
37
38
  | !{ prop.description.content }
38
39
 
@@ -26,7 +26,9 @@
26
26
  .toggler--expanded + .collapsing-list__description {
27
27
  .see-source {
28
28
  display: block;
29
+ float: right;
29
30
  margin-left: 50px;
31
+ margin-bottom: 12px;
30
32
  }
31
33
  }
32
34
  }
@@ -123,7 +123,9 @@ ul.collapsing-list {
123
123
 
124
124
  .see-source {
125
125
  display: block;
126
+ float: right;
126
127
  margin-left: 50px;
128
+ margin-bottom: 12px;
127
129
  }
128
130
  }
129
131
  }