scratch_pad-themes-default_admin 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -8,9 +8,5 @@ module Themes
8
8
  regions << register_region(:flash, :section)
9
9
  regions << register_region(:content, :section)
10
10
  end
11
-
12
- def self.root
13
- Pathname.new(__FILE__) + '..' + '..'
14
- end
15
11
  end
16
12
  end
@@ -38,6 +38,7 @@
38
38
  variables, set flexibly against the common browser default of 16px
39
39
  // $base_font_size_px: 16
40
40
  // $base_line_height_px: 24
41
+ $base_line_height: 24px
41
42
 
42
43
  // COLORS
43
44
  // set any colors you will need later
data/lib/styles/all.sass CHANGED
@@ -1,4 +1,5 @@
1
- @import susy/susy
1
+ @import compass/css3
2
+ @import susy
2
3
 
3
4
  @import helpers
4
5
 
@@ -124,8 +125,6 @@
124
125
 
125
126
 
126
127
  /* @group STRUCTURE */
127
- @include susy
128
-
129
128
  body
130
129
  @include sans-family
131
130
  color: $font_color
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'scratch_pad-themes-default_admin'
6
- s.version = '0.0.1'
6
+ s.version = '0.0.2'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['Raving Genius']
9
9
  s.email = ['rg+code@ravinggenius.com']
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: scratch_pad-themes-default_admin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raving Genius
@@ -31,8 +31,7 @@ cert_chain:
31
31
  CvvfejGH+Hi4YXI1pPhLJj8g
32
32
  -----END CERTIFICATE-----
33
33
 
34
- date: 2011-02-25 00:00:00 -05:00
35
- default_executable:
34
+ date: 2011-05-18 00:00:00 Z
36
35
  dependencies:
37
36
  - !ruby/object:Gem::Dependency
38
37
  name: compass-susy-plugin
@@ -63,7 +62,6 @@ files:
63
62
  - lib/styles/_variables.sass
64
63
  - lib/styles/all.sass
65
64
  - scratch_pad-themes-default_admin.gemspec
66
- has_rdoc: true
67
65
  homepage: https://github.com/ravinggenius/scratch_pad-themes-default_admin
68
66
  licenses: []
69
67
 
@@ -87,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
85
  requirements: []
88
86
 
89
87
  rubyforge_project: scratch_pad-themes-default_admin
90
- rubygems_version: 1.5.2
88
+ rubygems_version: 1.8.2
91
89
  signing_key:
92
90
  specification_version: 3
93
91
  summary: Default Admin ScratchPad theme
metadata.gz.sig CHANGED
Binary file