aacinfo-theme 0.1.1 → 0.1.2
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 +8 -8
- data/assets/css/style.css +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NzIwNDJhZWE1ODkwZDQ3ZDg5ZmYwODcyMzgzOTZiN2Q3NmNkYTdhZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDE3NTg1NGEwNjY4ZmYwZjcwYzYwYTZhOGQ0ZTU1YmUyYTQwNjMxOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZGM3ZGU3ZGM3NDBiMGZjZGNkZmIwOWFkMDAzMTZlYWI5MTliZjM2ZTI0NTcw
|
|
10
|
+
ODg1ODU3NGRjMzAzMTk0NmU0ZGFkNDFkZGQwYmNkYTgwZjhjNzAzMTMyM2Fm
|
|
11
|
+
OTY4ZDI0ZTAwMmYxMmVkMWZmZmY0NTRhZWZhNDQ0NzQ3ZTE5M2U=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YmI2YjkxN2FjNDgxNGU0M2Y3M2U3NmUzNzQyYmE3M2JmNDBlODc5OGQ1YjFm
|
|
14
|
+
YTUzNjkyYjhjYjEyZWYyNzUxYmUwNGFkNmVhYTFkYTIzN2IxZmIyNDJiYzQ1
|
|
15
|
+
ZGRkNjliZTY4Nzc2ZTVkMzJkY2IyMzJiZmU0NWZhZjBlYTlhMzk=
|
data/assets/css/style.css
CHANGED
|
@@ -64,7 +64,7 @@ p{ margin:0; padding:0; }
|
|
|
64
64
|
|
|
65
65
|
#content .rightbar { margin:0; padding:0 0 150px 0; }
|
|
66
66
|
#content .rightbar h1 { font-size:30px; line-height:32px; color:#3e314d; margin:0; padding:0 0 18px 0; font-weight:normal; font-family: 'comfortaaregular'; }
|
|
67
|
-
#content .rightbar h2 { font-size:24px; line-height:
|
|
67
|
+
#content .rightbar h2 { font-size:24px; line-height: inherit; color:#3e314d; margin:0; padding:0 0 18px 0; font-weight:normal; font-family: 'comfortaaregular'; }
|
|
68
68
|
#content .rightbar .top_c { margin:0 0 25px 0; padding:0; border-bottom:1px dotted #a3a3a6; }
|
|
69
69
|
#content .rightbar .top_c p { font-size:16px; line-height:24px; color:#3e314d; margin:0; padding:0 0 20px 0; font-weight:normal; text-align: center;}
|
|
70
70
|
#content .rightbar .top_c h1,
|
|
@@ -254,4 +254,4 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f324e', end
|
|
|
254
254
|
content: '\25BC';
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
.top_c ul, li{ list-style:disc; }
|
|
257
|
+
.top_c ul, .top_c li { list-style:disc; }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aacinfo-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Riten Vagadiya
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|