oulu-rails 0.5.12 → 0.5.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54815c60c938e11fe2229d9b8b1614f23c5bfcf4
4
- data.tar.gz: 971e71224c2676224552646366f55eb7bf77dd2f
3
+ metadata.gz: 6c55b94e3c5b05bbdb1128c107b83fc654fe6818
4
+ data.tar.gz: 41f6e3124ccade233adc56fb6da91027d35250b7
5
5
  SHA512:
6
- metadata.gz: e2ee47e96b1beaee3f9c3c7443711a1574b92a68ae6f925d1c63a64c224862cc94baaeca6c4880cf502f5eb45ee3145c479cb276aa0e526ebdcc2e6e58fba70a
7
- data.tar.gz: 3d55ceb355f66798199ade15d719430c7635b589268b9c80e3526f9eb17e240e77b3b6ecd1a9bd544d5bf226d046801daa485bdb0563f949e25257c7fdafdc52
6
+ metadata.gz: 4d09d7e71e7a7fdfd8d2004e2fd49f36dd9f273ec3073283f85635fd2a67a8a6b6e879a7c03300626c20c0adf0bd470b2503ad9290fd4e74d754677057123baf
7
+ data.tar.gz: 8b486a4ee7e9b50cb321be457e7bc5081c572ac0d376085d9a6a16757b4538f75dcd2c11b3807896a199152f550a32e5226405af25cf8dec075670f75cca8aee
@@ -1,3 +1,3 @@
1
1
  module OuluRails
2
- VERSION = "0.5.12"
2
+ VERSION = "0.5.13"
3
3
  end
@@ -0,0 +1,12 @@
1
+ @import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic)
2
+
3
+ =ubuntu-mono($fw: 400, $ls: 0, $fs: null, $tx-rendering: true)
4
+ // $fw: フォントの太さ, $ls: 字間, $fs: フォントスタイル
5
+ font-family: 'Ubuntu Mono', monospace
6
+ font-weight: $fw
7
+ @if not $ls == 0
8
+ letter-spacing: $ls
9
+ @if (not $fs == null)
10
+ font-style: italic
11
+ @if $tx-rendering
12
+ text-rendering: optimizelegibility
@@ -27,9 +27,6 @@ textarea
27
27
  img
28
28
  vertical-align: bottom
29
29
 
30
- body.windows
31
- +clear-type
32
-
33
30
  a
34
31
  outline: none
35
32
 
@@ -16,30 +16,10 @@
16
16
  font-weight: bold
17
17
  @if $text-rendering
18
18
  text-rendering: optimizelegibility
19
+ font-style: italic
19
20
 
20
21
  =serif($text-rendering: true)
21
22
  font-family: $basic-serif
22
23
  *font-family: $basic-legacy-ie-sans-serif
23
24
  @if $text-rendering
24
25
  text-rendering: optimizelegibility
25
-
26
- =is-ja
27
- &.is-ja
28
- @content
29
-
30
- =is-bold-ja
31
- &.is-bold-ja
32
- @content
33
-
34
- =webfont-ja-sans-selif
35
- @if $fw == 'bold' or $fw > 500
36
- +is-bold-ja
37
- +basic-bold-font
38
- @else
39
- +is-ja
40
- +basic-font
41
-
42
- =clear-type
43
- +transform-origin(0, 0)
44
- +scale(1, 1.01)
45
- -ms-transform: scale(1, 1.02)
@@ -38,6 +38,6 @@
38
38
  @else
39
39
  padding-#{$direction}: 0
40
40
 
41
- =reset-text
41
+ =reset-all
42
42
  margin: 0
43
43
  padding: 0
@@ -15,7 +15,6 @@
15
15
  @for $i from 1 through length($value2)
16
16
  +text-block-options(nth($value2, $i))
17
17
 
18
- =letter-spacing-center($space-width)
19
- @if $space-width
20
- +rem('letter-spacing', $space-width)
21
- +rem('text-indent', $space-width)
18
+ =letter-spacing-center($space-width: null)
19
+ +rem('letter-spacing', $space-width)
20
+ +rem('text-indent', $space-width)
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.12
4
+ version: 0.5.13
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-19 00:00:00.000000000 Z
11
+ date: 2014-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass-rails
@@ -338,6 +338,7 @@ files:
338
338
  - vendor/assets/stylesheets/options/web-fonts/_source-sans-pro.css.sass
339
339
  - vendor/assets/stylesheets/options/web-fonts/_special-elite.css.sass
340
340
  - vendor/assets/stylesheets/options/web-fonts/_tauri.css.sass
341
+ - vendor/assets/stylesheets/options/web-fonts/_ubuntu-mono.css.sass
341
342
  - vendor/assets/stylesheets/options/web-fonts/_ubuntu.css.sass
342
343
  - vendor/assets/stylesheets/settings/functions/_background.css.sass
343
344
  - vendor/assets/stylesheets/settings/functions/_bool.css.sass