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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/centos/_main.scss +25 -23
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae119c8f39b6aa8baec3821c6406c37f7ff3c7db0f8f87951ce13aff0054fc1d
4
- data.tar.gz: c3520e53ade572d47f7da165aceb3e0a74a321bdc1d7306e51852ac86ebef84f
3
+ metadata.gz: 0c8b3903dfafcdfc16621eb04c60b5318324da9f098d0fd6f98ba2e2d0755f59
4
+ data.tar.gz: 4ee8e670151a2ada4e46f958905ca29e5f85294cb39108b5f84b63cd765bd8f6
5
5
  SHA512:
6
- metadata.gz: 43b4c009adb1db0e55387f2e71847abaabd872782dd9d0d849e01777d1ae0da05e43918d71d4e6c2cfd0000c2de0809a1188b7faa83f80c247ef7959adb33ca0
7
- data.tar.gz: 1a90c361bfeff9e7ef867fe1e8295977ea089a7d5fb71b783e8498e6a54d4690d68b9488aef2cd8805371151175e46110ad8e4a02b3e7a1fab8abaac03e6badb
6
+ metadata.gz: 1cda7eb97f4ed171ffaaf9589101eed578731780994e1ed843d9e72a3321b262166002ba9a2c5ad7a2550995317118296814b66ffa6f681236f7ce897e63d712
7
+ data.tar.gz: 41721c53396948ded2cadb065c0d6fcfc8241e826d476d7fe5f945d6b6835b78b2b2c6367e045bd239e907993db4b92a7cfbabe2ca7e5731f5d22ffa2b696a81
@@ -116,32 +116,34 @@
116
116
  }
117
117
 
118
118
  .search {
119
- @include content;
119
+ &__content {
120
+ @extend .col-sm-12;
121
+ @include content;
120
122
 
121
- .ais-search-box {
122
- max-width: 100%;
123
- margin-bottom: 15px;
124
- }
125
- .ais-hits {
126
- @include link-list;
127
- }
128
- .ais-pagination {
129
- li {
130
- text-decoration: none;
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 {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado