tida_template 0.0.5 → 0.0.6

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.
@@ -1,3 +1,3 @@
1
1
  module TidaTemplate
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -21,8 +21,8 @@ html, body {
21
21
  z-index: 1000;
22
22
  color: white;
23
23
  #logo {
24
- width: 120px; height: 50px;
25
- background: image-url('logo.png') no-repeat left top;
24
+ width: 250px; height: 50px;
25
+ @include at2x('logo', 250px, 50px, '.png');
26
26
  }
27
27
  }
28
28
 
@@ -18,7 +18,7 @@ body {
18
18
  width: 200px; height: 200px;
19
19
  margin: auto; clear: both;
20
20
  margin-bottom: 15px;
21
- background: image-url('logo_200.png') no-repeat;
21
+ @include at2x('logo_200', 200px, 200px, '.png');
22
22
  }
23
23
  }
24
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tida_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -376,7 +376,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
376
376
  version: '0'
377
377
  segments:
378
378
  - 0
379
- hash: 4370973905078840470
379
+ hash: 2445036792444995970
380
380
  required_rubygems_version: !ruby/object:Gem::Requirement
381
381
  none: false
382
382
  requirements:
@@ -385,7 +385,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
385
385
  version: '0'
386
386
  segments:
387
387
  - 0
388
- hash: 4370973905078840470
388
+ hash: 2445036792444995970
389
389
  requirements: []
390
390
  rubyforge_project:
391
391
  rubygems_version: 1.8.24