jekyll-theme-centos 0.5.3 → 0.5.4
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/_sass/centos/_main.scss +25 -23
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c8b3903dfafcdfc16621eb04c60b5318324da9f098d0fd6f98ba2e2d0755f59
|
|
4
|
+
data.tar.gz: 4ee8e670151a2ada4e46f958905ca29e5f85294cb39108b5f84b63cd765bd8f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1cda7eb97f4ed171ffaaf9589101eed578731780994e1ed843d9e72a3321b262166002ba9a2c5ad7a2550995317118296814b66ffa6f681236f7ce897e63d712
|
|
7
|
+
data.tar.gz: 41721c53396948ded2cadb065c0d6fcfc8241e826d476d7fe5f945d6b6835b78b2b2c6367e045bd239e907993db4b92a7cfbabe2ca7e5731f5d22ffa2b696a81
|
data/_sass/centos/_main.scss
CHANGED
|
@@ -116,32 +116,34 @@
|
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.search {
|
|
119
|
-
|
|
119
|
+
&__content {
|
|
120
|
+
@extend .col-sm-12;
|
|
121
|
+
@include content;
|
|
120
122
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
123
|
+
.ais-search-box {
|
|
124
|
+
max-width: 100%;
|
|
125
|
+
margin-bottom: 15px;
|
|
126
|
+
}
|
|
127
|
+
.ais-hits {
|
|
128
|
+
@include link-list;
|
|
129
|
+
}
|
|
130
|
+
.ais-pagination {
|
|
131
|
+
li {
|
|
132
|
+
text-decoration: none;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
.ais-Highlight {
|
|
136
|
+
font-weight: bold;
|
|
137
|
+
font-style: normal;
|
|
138
|
+
}
|
|
139
|
+
.post-breadcrumbs {
|
|
140
|
+
display: block;
|
|
141
|
+
font-size: small;
|
|
142
|
+
}
|
|
143
|
+
.post-snippet img {
|
|
144
|
+
display: none;
|
|
131
145
|
}
|
|
132
146
|
}
|
|
133
|
-
.ais-Highlight {
|
|
134
|
-
font-weight: bold;
|
|
135
|
-
font-style: normal;
|
|
136
|
-
}
|
|
137
|
-
.post-breadcrumbs {
|
|
138
|
-
display: block;
|
|
139
|
-
font-size: small;
|
|
140
|
-
}
|
|
141
|
-
.post-snippet img {
|
|
142
|
-
display: none;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
147
|
}
|
|
146
148
|
|
|
147
149
|
.download {
|