riven 0.1.2 → 0.1.3
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 +0 -5
- 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: 008047306f4c2ab59f87def70a4c693ced369317
|
|
4
|
+
data.tar.gz: eaeda48e4729dfa31a9f2b1ec5099f56287822b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eac5f24347db72f2733e8f689e25cf3f18e8e8cd17aedbbe4bfd4bf6d287430c450e88632872e21a2c45a3a99a45f9fbd453b00f23a06c8434fcbc1e3140de5f
|
|
7
|
+
data.tar.gz: c8c9ce87013335fa09028e2f52feabf11a9112d54557f5afcbfa391342c72f5309bfe61a7c0d4ac83147556f07b2ca078e3c4b7e0f2dd3c2e8b27a081b738c54
|
data/css/style.css
CHANGED
|
@@ -758,7 +758,6 @@ ol.CodeRay li { white-space: pre-wrap; word-wrap: break-word; }
|
|
|
758
758
|
margin: 0;
|
|
759
759
|
padding: 0;
|
|
760
760
|
width: 100%;
|
|
761
|
-
overflow: visible;
|
|
762
761
|
}
|
|
763
762
|
|
|
764
763
|
.cover-page h1,
|
|
@@ -770,10 +769,6 @@ ol.CodeRay li { white-space: pre-wrap; word-wrap: break-word; }
|
|
|
770
769
|
padding: 0;
|
|
771
770
|
margin-left: 0;
|
|
772
771
|
margin-right: 0;
|
|
773
|
-
|
|
774
|
-
/* since text-align: center is buggy */
|
|
775
|
-
position: relative;
|
|
776
|
-
left: -55px;
|
|
777
772
|
}
|
|
778
773
|
|
|
779
774
|
.cover-page h1 {
|
data/lib/riven/version.rb
CHANGED