middleman-oulu 0.5.10 → 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: a1efedb6265cee7646e6ef7b77dc5f95555b4e30
4
- data.tar.gz: ee49cf2a2c9734df0d0a0a74602239cf82be9e42
3
+ metadata.gz: 4c400af679bf6d85e0d351684cf0fb7895228bcf
4
+ data.tar.gz: f7f58b416aef57b2b48881a9598dd43554e075b2
5
5
  SHA512:
6
- metadata.gz: bc7f305ea8982e220aa18ea7c65b0b0241daa5b4e58784e750443a86fc6b7dd01b4ead1a884d4736c2a6874d4f91a6208d88c450da4c6893575b052837534f96
7
- data.tar.gz: e7637aa3635015efc4c24331ae7a0e4a60bb7525c4e29b4e6f864d24bb67cd1b57ee7d2761e818af810db9ac8971719476a441855afd95a7ea72316a547a6a9c
6
+ metadata.gz: bbd7a56eb395832c167e0d084b5c7bf09e222982d271116155f4a6daf2e5edd39be4f19ed103f13fbad6d233194ce4af0a64184e9da19c0836728ea19188a1b3
7
+ data.tar.gz: b007be7afe78be39e99421eedbdcfc955d32d9a67b24f5aeed379d29eb51c0c1e38d3241b2f912b7c3be5973861ba5c6deda0bf51ab90073617f97742f858f17
@@ -18,3 +18,21 @@ body
18
18
  +rem('padding-left', #{$i*4}px)
19
19
  .is-padding-right-#{$i*4}
20
20
  +rem('padding-right', #{$i*4}px)
21
+
22
+ // will delete next ver
23
+ .is-mgb-#{$i*4}
24
+ +rem('margin-bottom', #{$i*4}px)
25
+ .is-mgt-#{$i*4}
26
+ +rem('margin-top', #{$i*4}px)
27
+ .is-mgl-#{$i*4}
28
+ +rem('margin-left', #{$i*4}px)
29
+ .is-mgr-#{$i*4}
30
+ +rem('margin-right', #{$i*4}px)
31
+ .is-pdb-#{$i*4}
32
+ +rem('padding-bottom', #{$i*4}px)
33
+ .is-pdt-#{$i*4}
34
+ +rem('padding-top', #{$i*4}px)
35
+ .is-pdl-#{$i*4}
36
+ +rem('padding-left', #{$i*4}px)
37
+ .is-pdr-#{$i*4}
38
+ +rem('padding-right', #{$i*4}px)
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Oulu
3
- VERSION = "0.5.10"
3
+ VERSION = "0.5.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.10
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-17 00:00:00.000000000 Z
11
+ date: 2014-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -308,9 +308,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
308
308
  version: '0'
309
309
  requirements: []
310
310
  rubyforge_project:
311
- rubygems_version: 2.4.3
311
+ rubygems_version: 2.2.2
312
312
  signing_key:
313
313
  specification_version: 4
314
314
  summary: My assets gem for middleman.
315
315
  test_files: []
316
- has_rdoc: