riven 1.0.3 → 1.0.4
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/css/style.css +2 -1
- data/lib/riven/version.rb +1 -1
- 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: e343e5462707e09ad626806e110aaac497ea0c77
|
|
4
|
+
data.tar.gz: 19c316b167103c7a56b6cb13d82b7c573bac70cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f243ff382807a03516ef1e606335e1600e3a4aa093718ca7ba028970f0bb32f058cc819057107c3f26cbdcfb224a61a8ab376dab7794dfa34694928d9e686c3
|
|
7
|
+
data.tar.gz: 98b6e8ba2915f7c0b599ceeebe43e2ebac5180e26bc8655dd644a705b2efd9eba90c6aadf901d67ddc25ebd84be20d381e0a226b6613f2b8da73ae47098c064e
|
data/css/style.css
CHANGED
|
@@ -435,6 +435,7 @@ pre {
|
|
|
435
435
|
line-height: 1.45;
|
|
436
436
|
background-color: #eee;
|
|
437
437
|
border-radius: 3px;
|
|
438
|
+
border: 1px solid #aaa;
|
|
438
439
|
}
|
|
439
440
|
|
|
440
441
|
.highlight pre {
|
|
@@ -783,4 +784,4 @@ ol.CodeRay li { white-space: pre-wrap; word-wrap: break-word; }
|
|
|
783
784
|
color: #666;
|
|
784
785
|
width: 100%;
|
|
785
786
|
font-size: 35px;
|
|
786
|
-
}
|
|
787
|
+
}
|
data/lib/riven/version.rb
CHANGED