jekyll-theme-cirno 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 843b5e2d727bd94aea483da0644219ffa16aa624ac66c41e314bba23a926595a
4
- data.tar.gz: ef27ee652ebfd2a54501be332a7a65eaf2ee1cc91ce71935ead1390ccc698cac
3
+ metadata.gz: 7d1088f55f6e71eab01a81c14a8f3051b21b452d26d3d50122092ea1744f01ff
4
+ data.tar.gz: 820b93e9197d4e9f44ccb1b8db7673432db7a4475b1fb284049f1fcb60f2a400
5
5
  SHA512:
6
- metadata.gz: 974ff1a6513a5e56225f13d928cd24660c55911fa37e0dd0cbfe027516dd1c6be8ec852b44f3977b1d4c6440372edd9d65c3a9c3029f9bbda73d45b483d55685
7
- data.tar.gz: 61154ac85f696f02ae35943bf15b13ef890cecc391af90ba1a2d339ed41dee9a11686ff9e74d64d1044dfeb7ea5a5ba17c0ae787124ae3162633a2f5ed0192b5
6
+ metadata.gz: 473a8f49db6a183da093a1666500a12d515ee5beabed9e1d5e3b50ebbdd7d128697e938c9895e1fa1d183623adb7d107acad68af2f90c9819fa5b3a57b1e6c72
7
+ data.tar.gz: 7afb756ca4c0187c0671fbdffaebb1880c5eae63c5fafd6982a103c0b1f6497a9e61a23f9f0da193addb4ff99ed0c545bd542872a6156888cc0aa85af484a121
data/_sass/_base.scss CHANGED
@@ -19,12 +19,6 @@ html {
19
19
  box-sizing: inherit;
20
20
  }
21
21
 
22
- ul {
23
- list-style: none;
24
- margin: 0;
25
- padding: 0;
26
- }
27
-
28
22
  a,
29
23
  a:visited {
30
24
  text-decoration: none;
data/_sass/_home.scss CHANGED
@@ -1,6 +1,8 @@
1
1
  .post-list {
2
2
  @extend %magic-padding;
3
3
 
4
+ list-style: none;
5
+
4
6
  .post-card {
5
7
  margin: 2rem auto;
6
8
 
data/_sass/_post.scss CHANGED
@@ -22,6 +22,11 @@ article {
22
22
  margin: 1rem auto;
23
23
  overflow-x: scroll;
24
24
  }
25
+
26
+ & > ul,
27
+ & > ol {
28
+ margin-left: 2rem;
29
+ }
25
30
  }
26
31
 
27
32
  %parallax {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-cirno
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 阿卡琳
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-07 00:00:00.000000000 Z
11
+ date: 2018-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll