monitoring-jekyll-theme 0.5.4 → 0.5.5
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/assets/css/styles.css +6 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b60320d4b3b2f0576f3e318a6ce5d7c064959b6164735e6649220f2926f9757f
|
|
4
|
+
data.tar.gz: f5194d047229b62eb7b827eb23367974011efc595e8f130eb2ce67b72bc31f4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02e6b0ebf5343922b9e7e1f91f73fea28ba9e10c077ba555e6f15e4c0dec6f59eede61f08b97376f4545e199a4c043c71fc529672240cf52b4cce8b9379bcace
|
|
7
|
+
data.tar.gz: 6c4bf5952ec4a8f11b226fdd33b52fc7e7424c5dd753b6aa4ec748c58fd8e28f33c7800ce9f5551a5814dd7271f80b9dc0832199f2c9280279c58fb714c1fb97
|
data/assets/css/styles.css
CHANGED
|
@@ -342,8 +342,13 @@ a {
|
|
|
342
342
|
text-transform: capitalize;
|
|
343
343
|
}
|
|
344
344
|
|
|
345
|
+
.list-rank span {
|
|
346
|
+
display: flex;
|
|
347
|
+
justify-content: flex-end;
|
|
348
|
+
flex: 1;
|
|
349
|
+
}
|
|
345
350
|
.list-rank b {
|
|
346
|
-
padding: 0.
|
|
351
|
+
padding: 0.55em 0.4em 0.25em;
|
|
347
352
|
font-family: IBMPlexMono, optiker, sans-serif;
|
|
348
353
|
font-size: 1.3rem;
|
|
349
354
|
color: #fefefe;
|