flutie2 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,32 @@
1
+ /* Tables */
2
+
3
+ table {
4
+ table-layout: fixed;
5
+ width: 100%;
6
+ }
7
+
8
+ div.table {
9
+ @include style-m-trbl(14);
10
+ }
11
+
12
+ th {
13
+ border: 1px solid #000000;
14
+ font-weight: bold;
15
+ text-align: left;
16
+ }
17
+
18
+ td {
19
+ border: 1px solid #000000;
20
+ }
21
+
22
+ caption, th, td {
23
+ padding: 1em * 1 / 4;
24
+ }
25
+
26
+ caption {
27
+ background: #f1f1f1;
28
+ }
29
+
30
+ tr, td, th {
31
+ vertical-align: middle;
32
+ }
@@ -0,0 +1,10 @@
1
+ @import "reset";
2
+ @import "html5";
3
+ @import "grids";
4
+ @import "functions";
5
+ @import "lists";
6
+ @import "tables";
7
+ @import "forms";
8
+ @import "default";
9
+ @import "prettify";
10
+
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: flutie2
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
+ platform: ruby
12
+ authors:
13
+ - Alexander Sviridoff
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-09-24 00:00:00 +02:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: Flutie is a starting point for personal discovery
23
+ email: sviridoff.mail@gmail.com
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - README.textile
32
+ - Rakefile
33
+ - app/views/layouts/flutie.html.haml
34
+ - app/views/flutie/styleguides/show.html.erb
35
+ - app/controllers/flutie/styleguides_controller.rb
36
+ - config/routes.rb
37
+ - lib/tasks/flutie.rake
38
+ - lib/flutie.rb
39
+ - lib/flutie/engine.rb
40
+ - public/images/input_bg.gif
41
+ - public/stylesheets/flutie2.css
42
+ - public/stylesheets/sass/_tables.scss
43
+ - public/stylesheets/sass/flutie2.scss
44
+ - public/stylesheets/sass/_functions.scss
45
+ - public/stylesheets/sass/_forms.scss
46
+ - public/stylesheets/sass/_html5.scss
47
+ - public/stylesheets/sass/_reset.scss
48
+ - public/stylesheets/sass/_grids.scss
49
+ - public/stylesheets/sass/_default.scss
50
+ - public/stylesheets/sass/_prettify.scss
51
+ - public/stylesheets/sass/_lists.scss
52
+ has_rdoc: true
53
+ homepage: http://github.com/sviridoff/flutie2
54
+ licenses: []
55
+
56
+ post_install_message:
57
+ rdoc_options: []
58
+
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ none: false
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ hash: 3
67
+ segments:
68
+ - 0
69
+ version: "0"
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ none: false
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ hash: 3
76
+ segments:
77
+ - 0
78
+ version: "0"
79
+ requirements: []
80
+
81
+ rubyforge_project:
82
+ rubygems_version: 1.3.7
83
+ signing_key:
84
+ specification_version: 3
85
+ summary: Flutie adds default stylesheets to web apps
86
+ test_files: []
87
+