neilin-rails 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/neilin/rails/version.rb +1 -1
- data/vendor/assets/stylesheets/neilin.css +3 -12
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8641e5db93f65b36046bcf6d64111af322b1dfc
|
4
|
+
data.tar.gz: a3dc0720194e77c0eeb6673da419db2e061a0f39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8d537fd7dd82ca02355df3a5f662f9da850db9615c72b579b8f3288659d21ca470f539d8032b9d5716f14349235b637e2766c37093e547ec3f3bfaa0e32f396
|
7
|
+
data.tar.gz: ed338a83e113f6a527d75b6c8df5eef7de8e82884258635d9a3e2ee3dc88de3600664dfa1dd231b3c8d5bb6e320b71d901e4fde61feaf29b69a22d7c0f5b86c0
|
data/lib/neilin/rails/version.rb
CHANGED
@@ -97,18 +97,9 @@
|
|
97
97
|
.icons{color:#b3b3b1;float:right;margin-top:2px;margin-right:10px}
|
98
98
|
.icons{margin:0}
|
99
99
|
|
100
|
-
.icons-twitter
|
101
|
-
.icons-
|
102
|
-
.icons-
|
103
|
-
.icons-twitter:before,.btn:hover .icons-heart:before,.btn:hover .icons-solid-check:before,.btn:hover .icons-follow:before{color:#fff}
|
104
|
-
.icons-twitter:before{top:1px}
|
105
|
-
|
106
|
-
.icons-notes:before{content:"\e029"}
|
107
|
-
.icons-notes:before{color:#fff;font-size:23px;line-height:0;position:relative;top:2px}
|
108
|
-
.icons-notes:before{top:3px}
|
109
|
-
.icons-notes:before,.btn:hover .icons-heart:before,.btn:hover .icons-solid-check:before,.btn:hover .icons-follow:before{color:#fff}
|
110
|
-
.icons-notes:before{top:1px}
|
111
|
-
|
100
|
+
.icons.icon-twitter{height: 42px; width: 24px}
|
101
|
+
.icons.icon-facebook{height: 42px; width: 24px}
|
102
|
+
.icons.icon-google-plus{height: 42px; width: 24px}
|
112
103
|
.popup {
|
113
104
|
display: none;
|
114
105
|
opacity: 0.9;
|