jekyll-theme-mehdix-rtl 0.1.7 → 0.1.8
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/_layout.scss +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f5bd49188f21041d08579e62f29e73c894a2bf7
|
4
|
+
data.tar.gz: 60c9d65b7a17911cbad76af86da4fa4c4c35dc1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fc409a026e1d9269437ab5f20ed7de7ffd80a558645d1f2540ca25417c81af6994475798fa57d2271319b22f9d5adc8d1c2a584051011b20a92dc137b0e47cd
|
7
|
+
data.tar.gz: 71234eb5b72ece56a508968c5e1a42a64cd8cac6c90ed4473a1af9ceb4907d1ae033fc7105c9ae8e92421025da12665eb1ad24c9433eeb951c14f1f328dfaa4d
|
data/_sass/_layout.scss
CHANGED
@@ -186,6 +186,7 @@ html, body {
|
|
186
186
|
float: none;
|
187
187
|
width: -webkit-calc(100% - (#{$spacing-unit} / 2));
|
188
188
|
width: calc(100% - (#{$spacing-unit} / 2));
|
189
|
+
padding-left: unset;
|
189
190
|
}
|
190
191
|
|
191
192
|
#footer_description, #gravatar_container, #footer_build_status,
|
@@ -194,17 +195,17 @@ html, body {
|
|
194
195
|
}
|
195
196
|
|
196
197
|
#license {
|
197
|
-
text-align: center;
|
198
198
|
font-size: 9px;
|
199
199
|
}
|
200
200
|
|
201
201
|
.site-footer {
|
202
|
-
|
202
|
+
text-align: center;
|
203
203
|
}
|
204
204
|
|
205
205
|
.social-media-list {
|
206
206
|
display: flex;
|
207
207
|
margin-top: 1em;
|
208
|
+
padding-right: unset;
|
208
209
|
}
|
209
210
|
|
210
211
|
#motto {
|
@@ -584,7 +585,6 @@ pre {
|
|
584
585
|
/* For license text */
|
585
586
|
#license {
|
586
587
|
font-style: small;
|
587
|
-
float: right;
|
588
588
|
}
|
589
589
|
|
590
590
|
#forkme {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-mehdix-rtl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mehdi Sadeghi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-12-
|
11
|
+
date: 2017-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|