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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/css/style.css +0 -5
  3. data/lib/riven/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c37f5f1d0c404c73292c227e76f8b08bc3758ff
4
- data.tar.gz: e4ff7d7ddc3dd44f0d059f837d63845ea203015b
3
+ metadata.gz: 008047306f4c2ab59f87def70a4c693ced369317
4
+ data.tar.gz: eaeda48e4729dfa31a9f2b1ec5099f56287822b3
5
5
  SHA512:
6
- metadata.gz: f53aba198624b929e27e330f39adb73d1d8081c8aad111a03e9a267bb3da5af24aab871972e981a13afaa9e26dbfc04e12f01349a8ec8c1f8717c1bbf92dc4c1
7
- data.tar.gz: c5a46444b9c814905a70f21493c8cc8fe82c8af7334832d3722528ce316b4783566a74b5735e3500a1d2605bdf869d35358a160ab9f9c64847773dae6aae2b55
6
+ metadata.gz: eac5f24347db72f2733e8f689e25cf3f18e8e8cd17aedbbe4bfd4bf6d287430c450e88632872e21a2c45a3a99a45f9fbd453b00f23a06c8434fcbc1e3140de5f
7
+ data.tar.gz: c8c9ce87013335fa09028e2f52feabf11a9112d54557f5afcbfa391342c72f5309bfe61a7c0d4ac83147556f07b2ca078e3c4b7e0f2dd3c2e8b27a081b738c54
@@ -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 {
@@ -1,3 +1,3 @@
1
1
  class Riven
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riven
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Kammerl