jekyll-theme-centos 0.6.11 → 0.6.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/centos/_main.scss +8 -1
- data/_sass/centos/centos.scss +1 -1
- 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: cd827ec543678e6b846c267a93c240867bad6f3676b48576b25b02adc612ac69
|
4
|
+
data.tar.gz: a95ef6cba07b3211e9d25715ea755869614e3550c975bbf1036328580cc88771
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0c77b390aa74a3268613c9e8416b8542b70940795d870d8a63f4737f3c764fc71e21e2ef65c3f9e36c1ea1c093a720f558fdad5134c0e9cc14f0fcd8b213c7a
|
7
|
+
data.tar.gz: 8057de64b59ac5072bf549e33e3762ed12b0ce4cc63d32faee2a77b0e00e5bda4715126e7668b3b8bb42154b06006e7da05056c2985f1eae507e750ebdb6e19e
|
data/_sass/centos/_main.scss
CHANGED
@@ -52,7 +52,14 @@
|
|
52
52
|
&__content {
|
53
53
|
@extend .col-sm-12;
|
54
54
|
@include content;
|
55
|
-
&
|
55
|
+
&__autoindex {
|
56
|
+
// The autoindex is not directly used by website content but by external
|
57
|
+
// sites (e.g., mirror.centos.org, people.centos.org and all the
|
58
|
+
// user-specific pages under it.
|
59
|
+
&__list {
|
60
|
+
padding-bottom: $paragraph-margin-bottom;
|
61
|
+
border-bottom: 1px solid lightgray;
|
62
|
+
}
|
56
63
|
img {
|
57
64
|
width: auto;
|
58
65
|
}
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos v0.6.
|
2
|
+
* jekyll-theme-centos v0.6.12 (https://gitlab.com/areguera/jekyll-theme-centos/)
|
3
3
|
* Copyright 2020-2021 Alain Reguera Delgado
|
4
4
|
* Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
|
5
5
|
*/
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-centos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alain Reguera Delgado
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-05-
|
11
|
+
date: 2021-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|