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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c400af679bf6d85e0d351684cf0fb7895228bcf
|
4
|
+
data.tar.gz: f7f58b416aef57b2b48881a9598dd43554e075b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
-
|
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: middleman-oulu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
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-
|
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.
|
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:
|