webapidoc 0.0.5 → 0.0.6
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.
- data/README.md +6 -0
- data/lib/webapidoc/css/webapidoc.scss +6 -6
- data/lib/webapidoc/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
|
+
$color-text: #333;
|
|
21
22
|
$color: #148773;
|
|
22
23
|
$color-highlight: #17BCA5;
|
|
23
24
|
$color-code: #f0f0f0;
|
|
@@ -66,7 +67,7 @@ table {
|
|
|
66
67
|
h1, h2, h3, h4, h5, h6 {
|
|
67
68
|
font-family: inherit;
|
|
68
69
|
line-height: normal;
|
|
69
|
-
font-weight:
|
|
70
|
+
font-weight: 400;
|
|
70
71
|
color: inherit;
|
|
71
72
|
background-color: transparent;
|
|
72
73
|
border-bottom: none;
|
|
@@ -131,8 +132,8 @@ pre {
|
|
|
131
132
|
body {
|
|
132
133
|
|
|
133
134
|
font-family: "Lato", Calibri, Arial, sans-serif;
|
|
134
|
-
font-weight:
|
|
135
|
-
color:
|
|
135
|
+
font-weight: 400;
|
|
136
|
+
color: $color-text;
|
|
136
137
|
|
|
137
138
|
background: #f9f9f9;
|
|
138
139
|
|
|
@@ -359,7 +360,7 @@ p {
|
|
|
359
360
|
font-size: 16px;
|
|
360
361
|
line-height: 1.4;
|
|
361
362
|
text-align: justify;
|
|
362
|
-
font-weight:
|
|
363
|
+
font-weight: 400;
|
|
363
364
|
margin-top: 12px;
|
|
364
365
|
}
|
|
365
366
|
|
|
@@ -434,7 +435,7 @@ ul.nav-list {
|
|
|
434
435
|
|
|
435
436
|
> a {
|
|
436
437
|
text-decoration: none;
|
|
437
|
-
color:
|
|
438
|
+
color: $color-text;
|
|
438
439
|
&:hover {
|
|
439
440
|
color: $color-highlight;
|
|
440
441
|
}
|
|
@@ -443,7 +444,6 @@ ul.nav-list {
|
|
|
443
444
|
&.nav-header {
|
|
444
445
|
|
|
445
446
|
font-size: 16px;
|
|
446
|
-
|
|
447
447
|
margin-top: 12px;
|
|
448
448
|
border-bottom: 1px solid #ddd;
|
|
449
449
|
|
data/lib/webapidoc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: webapidoc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Adrian Fuhrmann
|