oulu-rails 0.5.11 → 0.5.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3cbe8227c8c6c3afecc31a02091f27e9772f8a2c
4
- data.tar.gz: d665e2726ddac010c67e19f331be6d1e3d276903
3
+ metadata.gz: 54815c60c938e11fe2229d9b8b1614f23c5bfcf4
4
+ data.tar.gz: 971e71224c2676224552646366f55eb7bf77dd2f
5
5
  SHA512:
6
- metadata.gz: 7b1e64c6922e39133b45bee025c409679dfb7fb40d6747ff4d1fff5087348c785524b64cd506376479b075703d013c47d7a868165aa128760afd23aafc14dc5a
7
- data.tar.gz: ece677666d3d4de062d88182b8c2335138e33fe915c4288d48ae08a448f902f1471c8560a4f3ad0066e416c6f14c9b84406ce18f0bdf49e05e88802216ac3fb0
6
+ metadata.gz: e2ee47e96b1beaee3f9c3c7443711a1574b92a68ae6f925d1c63a64c224862cc94baaeca6c4880cf502f5eb45ee3145c479cb276aa0e526ebdcc2e6e58fba70a
7
+ data.tar.gz: 3d55ceb355f66798199ade15d719430c7635b589268b9c80e3526f9eb17e240e77b3b6ecd1a9bd544d5bf226d046801daa485bdb0563f949e25257c7fdafdc52
@@ -1,3 +1,3 @@
1
1
  module OuluRails
2
- VERSION = "0.5.11"
2
+ VERSION = "0.5.12"
3
3
  end
@@ -28,7 +28,10 @@
28
28
  // manual が 一つだけ指定 上下方向 の場合
29
29
  left: 50%
30
30
  +rem('margin-left', $tale-width*-1)
31
- +rem($tale-direction, $tale-height*-1*2 - if($tale-border, 0, $parent-boder-width))
31
+ @if $tale-direction == top
32
+ +rem($tale-direction, $tale-height*-1*2 + $parent-boder-width)
33
+ @else
34
+ +rem($tale-direction, $tale-height*-1*2 + $parent-boder-width*2)
32
35
  @if $tale-position-manual
33
36
  $tale-position-manuals: ($tale-position-manual-direction1: $tale-position-manual-value1, $tale-position-manual-direction2: $tale-position-manual-value2)
34
37
  @each $key, $value in $tale-position-manuals
@@ -77,7 +80,10 @@
77
80
  // manual が 一つだけ指定 上下方向 の場合
78
81
  left: 50%
79
82
  +rem('margin-left', $tale-width*-1 - $tale-border-width)
80
- +rem($tale-direction, $tale-height*-1*2 - $tale-border-width*2)
83
+ @if $tale-direction == top
84
+ +rem($tale-direction, $tale-height*-1*2 - $tale-border-width*1.5)
85
+ @else
86
+ +rem($tale-direction, $tale-height*-1*2 - $tale-border-width)
81
87
  @if $tale-position-manual
82
88
  $tale-position-manuals: ($tale-position-manual-direction1: $tale-position-manual-value1, $tale-position-manual-direction2: $tale-position-manual-value2)
83
89
  @each $key, $value in $tale-position-manuals
@@ -67,3 +67,6 @@ $basic-legacy-ie-sans-serif: "MS Pゴシック", "Lucida Sans Unicode", sa
67
67
  $basic-bold-sans-serif: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif !default
68
68
  $basic-serif: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "游明朝", YuMincho, Meiryo, serif !default
69
69
  $basic-mono: Osaka-mono, "MS Gothic", monospace
70
+
71
+ $basic-fonts: $basic-sans-serif !default
72
+ $basic-legacy-ie-fonts: $basic-legacy-ie-sans-serif !default
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.11
4
+ version: 0.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-18 00:00:00.000000000 Z
11
+ date: 2014-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass-rails
@@ -401,9 +401,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
401
401
  version: '0'
402
402
  requirements: []
403
403
  rubyforge_project:
404
- rubygems_version: 2.4.3
404
+ rubygems_version: 2.2.2
405
405
  signing_key:
406
406
  specification_version: 4
407
407
  summary: A mixin library for Sass.
408
408
  test_files: []
409
- has_rdoc: