gs960 0.0.1 → 0.0.2

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.
@@ -0,0 +1,86 @@
1
+ /*
2
+ 960 Grid System ~ Text CSS.
3
+ Learn more ~ http://960.gs/
4
+
5
+ Licensed under GPL and MIT.
6
+ */
7
+
8
+ /* `Basic HTML
9
+ ----------------------------------------------------------------------------------------------------*/
10
+
11
+ body {
12
+ font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
13
+ }
14
+
15
+ pre,
16
+ code {
17
+ font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
18
+ }
19
+
20
+ hr {
21
+ border: 0 #ccc solid;
22
+ border-top-width: 1px;
23
+ clear: both;
24
+ height: 0;
25
+ }
26
+
27
+ /* `Headings
28
+ ----------------------------------------------------------------------------------------------------*/
29
+
30
+ h1 {
31
+ font-size: 25px;
32
+ }
33
+
34
+ h2 {
35
+ font-size: 23px;
36
+ }
37
+
38
+ h3 {
39
+ font-size: 21px;
40
+ }
41
+
42
+ h4 {
43
+ font-size: 19px;
44
+ }
45
+
46
+ h5 {
47
+ font-size: 17px;
48
+ }
49
+
50
+ h6 {
51
+ font-size: 15px;
52
+ }
53
+
54
+ /* `Spacing
55
+ ----------------------------------------------------------------------------------------------------*/
56
+
57
+ ol {
58
+ list-style: decimal;
59
+ }
60
+
61
+ ul {
62
+ list-style: disc;
63
+ }
64
+
65
+ li {
66
+ margin-right: 30px;
67
+ }
68
+
69
+ p,
70
+ dl,
71
+ hr,
72
+ h1,
73
+ h2,
74
+ h3,
75
+ h4,
76
+ h5,
77
+ h6,
78
+ ol,
79
+ ul,
80
+ pre,
81
+ table,
82
+ address,
83
+ fieldset,
84
+ figure {
85
+ margin-bottom: 20px;
86
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gs960
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -23,7 +23,21 @@ files:
23
23
  - Rakefile
24
24
  - gs960.gemspec
25
25
  - lib/gs960.rb
26
+ - lib/gs960/rails.rb
27
+ - lib/gs960/rails/engine.rb
26
28
  - lib/gs960/version.rb
29
+ - vendor/assets/stylesheets/960.css
30
+ - vendor/assets/stylesheets/960_12_col.css
31
+ - vendor/assets/stylesheets/960_12_col_rtl.css
32
+ - vendor/assets/stylesheets/960_16_col.css
33
+ - vendor/assets/stylesheets/960_16_col_rtl.css
34
+ - vendor/assets/stylesheets/960_24_col.css
35
+ - vendor/assets/stylesheets/960_24_col_rtl.css
36
+ - vendor/assets/stylesheets/960_rtl.css
37
+ - vendor/assets/stylesheets/reset.css
38
+ - vendor/assets/stylesheets/reset_rtl.css
39
+ - vendor/assets/stylesheets/text.css
40
+ - vendor/assets/stylesheets/text_rtl.css
27
41
  homepage: ''
28
42
  licenses: []
29
43
  post_install_message: