jekyll-theme-lycorma 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/assets/main.scss +8 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 971dc11bdf11e28e96614460d0c7e449281c0c8ff65744f70ed6a00e6bf7ebe5
|
4
|
+
data.tar.gz: 8eda105217aae8cfd6cc02012ad83b4c89b416564e16c49db4795f6854d7057b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c14a1e0d68c0f8fb89a4ed5f9fa4cec4fa08c2395457281bd130384cebf482c723d6d788b82d07149376d45c33270295e02cb52ff019866549e9a4e2bfeb2a2
|
7
|
+
data.tar.gz: 363830891a61267aae8d3b416dfb2c14b74dc57fa224d76c6e382e3b735407808bc548a89c0d815e5fc472f173e71417705db0c4872d246d946885454c6d2f21
|
data/assets/main.scss
CHANGED
@@ -118,7 +118,10 @@ body {
|
|
118
118
|
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
|
119
119
|
width: 40%;
|
120
120
|
}
|
121
|
-
|
121
|
+
a {
|
122
|
+
text-decoration-line: underline;
|
123
|
+
}
|
124
|
+
|
122
125
|
p {
|
123
126
|
width: 100%;
|
124
127
|
margin: 1em;
|
@@ -128,11 +131,13 @@ body {
|
|
128
131
|
}
|
129
132
|
|
130
133
|
ul,ol {
|
131
|
-
text-align:
|
134
|
+
text-align: left;
|
135
|
+
margin-left: 10%;
|
136
|
+
margin-right: auto;
|
132
137
|
}
|
133
138
|
|
134
139
|
ul {
|
135
|
-
list-style: circle
|
140
|
+
list-style: circle outside;
|
136
141
|
}
|
137
142
|
|
138
143
|
ol {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-lycorma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Rodriguez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|