curry-plain 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/curry-plain.gemspec +3 -3
- data/stylesheets/curry/_plain.scss +1 -1
- data/stylesheets/curry/plain/_config.scss +12 -0
- metadata +4 -6
data/curry-plain.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{curry-plain}
|
5
|
-
s.version = "0.4.
|
5
|
+
s.version = "0.4.1"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
|
8
8
|
s.authors = ["Andrea Campi"]
|
9
|
-
s.date = %q{
|
9
|
+
s.date = %q{2012-02-28}
|
10
10
|
s.description = %q{A Compass plugin that provides a "plain" theme for Treesaver.}
|
11
11
|
s.email = %w{andrea.campi@zephirworks.com}
|
12
12
|
s.has_rdoc = false
|
@@ -29,5 +29,5 @@ Gem::Specification.new do |s|
|
|
29
29
|
s.rubygems_version = %q{1.3.6}
|
30
30
|
s.summary = %q{Plain Curry, a simple theme for Treesaver}
|
31
31
|
s.add_dependency(%q<compass>, ["~> 0.11"])
|
32
|
-
s.add_dependency(%q<curry-powder>, ["~> 0.
|
32
|
+
s.add_dependency(%q<curry-powder>, ["~> 0.5.0"])
|
33
33
|
end
|
@@ -5,7 +5,7 @@
|
|
5
5
|
@import "curry";
|
6
6
|
@import "curry/plain/config";
|
7
7
|
|
8
|
-
@include curry-chrome-viewer-with-bottom-controls(
|
8
|
+
@include curry-chrome-viewer-with-bottom-controls($curry-plain-chrome-controls-height);
|
9
9
|
@include curry-layout-setup($curry-plain-grid-outer-width, $curry-plain-grid-margin, 3);
|
10
10
|
|
11
11
|
@import "curry/plain/base";
|
@@ -1,9 +1,21 @@
|
|
1
1
|
@import "curry/config";
|
2
2
|
@import "curry/plain/utils";
|
3
3
|
|
4
|
+
//
|
5
|
+
// Chrome layout
|
6
|
+
//
|
7
|
+
|
8
|
+
$curry-plain-chrome-controls-height: 40px !default;
|
9
|
+
|
4
10
|
//
|
5
11
|
// Grid (page) layout
|
6
12
|
//
|
13
|
+
|
14
|
+
//-
|
15
|
+
// The width of a single-width column or container.
|
16
|
+
//
|
17
|
+
// Wider columns are sized based on the value of this variable and the value of `$curry-plain-grid-margin`.
|
18
|
+
//
|
7
19
|
$curry-plain-grid-outer-width: 320px !default;
|
8
20
|
$curry-plain-grid-margin: 20px !default;
|
9
21
|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: curry-plain
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.4.
|
5
|
+
version: 0.4.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Andrea Campi
|
@@ -10,8 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date:
|
14
|
-
default_executable:
|
13
|
+
date: 2012-02-28 00:00:00 Z
|
15
14
|
dependencies:
|
16
15
|
- !ruby/object:Gem::Dependency
|
17
16
|
name: compass
|
@@ -32,7 +31,7 @@ dependencies:
|
|
32
31
|
requirements:
|
33
32
|
- - ~>
|
34
33
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.
|
34
|
+
version: 0.5.0
|
36
35
|
type: :runtime
|
37
36
|
version_requirements: *id002
|
38
37
|
description: A Compass plugin that provides a "plain" theme for Treesaver.
|
@@ -56,7 +55,6 @@ files:
|
|
56
55
|
- stylesheets/curry/plain/_utils.scss
|
57
56
|
- templates/project/manifest.rb
|
58
57
|
- templates/project/style.scss
|
59
|
-
has_rdoc: true
|
60
58
|
homepage: http://zephirworks.com/
|
61
59
|
licenses: []
|
62
60
|
|
@@ -80,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
78
|
requirements: []
|
81
79
|
|
82
80
|
rubyforge_project: curry-plain
|
83
|
-
rubygems_version: 1.
|
81
|
+
rubygems_version: 1.8.10
|
84
82
|
signing_key:
|
85
83
|
specification_version: 3
|
86
84
|
summary: Plain Curry, a simple theme for Treesaver
|