ar-poncho 2.0.246 → 2.0.248
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.
- package/dist/css/poncho.css +11 -2
- package/dist/css/poncho.min.css +1 -1
- package/dist/js/poncho.js +765 -599
- package/dist/js/poncho.min.js +2 -2
- package/gulpfile.js +13 -23
- package/package-lock.json +191 -13
- package/package.json +7 -6
- package/test/gapi-sheet-data.test.js +17 -0
- package/test/poncho-gapi-legacy.test.js +7 -0
- package/test/resources/response.js +56 -0
- package/test/utils.test.js +23 -0
package/dist/css/poncho.css
CHANGED
|
@@ -5281,6 +5281,13 @@ article h1.icon.aside {
|
|
|
5281
5281
|
line-height: 15px;
|
|
5282
5282
|
margin-top: 40px;
|
|
5283
5283
|
}
|
|
5284
|
+
.content_format .credits cite {
|
|
5285
|
+
border-top: 1px solid #b4beba;
|
|
5286
|
+
padding-top: 16px;
|
|
5287
|
+
display: block;
|
|
5288
|
+
font-style: normal;
|
|
5289
|
+
font-size: 85%;
|
|
5290
|
+
}
|
|
5284
5291
|
|
|
5285
5292
|
@media (min-width: 768px) {
|
|
5286
5293
|
p {
|
|
@@ -6576,8 +6583,10 @@ figure img {
|
|
|
6576
6583
|
}
|
|
6577
6584
|
figure figcaption {
|
|
6578
6585
|
color: #555;
|
|
6579
|
-
margin-bottom:
|
|
6580
|
-
|
|
6586
|
+
margin-bottom: 48px;
|
|
6587
|
+
border-bottom: 1px solid #b4beba;
|
|
6588
|
+
padding-bottom: 16px;
|
|
6589
|
+
font-size: 85%;
|
|
6581
6590
|
}
|
|
6582
6591
|
|
|
6583
6592
|
blockquote {
|