compass_radix 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,6 +31,7 @@
31
31
  @import "compass_radix/form";
32
32
  @import "compass_radix/user";
33
33
  @import "compass_radix/node";
34
+ @import "compass_radix/comment";
34
35
 
35
36
  // Other
36
37
  // --------------------------------------------------
@@ -0,0 +1,29 @@
1
+ //
2
+ // Comment
3
+ // CSS for comments
4
+ // --------------------------------------------------
5
+ .comment {
6
+ margin-top: 15px;
7
+ .user-picture {
8
+ float: left;
9
+ margin-right: 10px;
10
+ a {
11
+ display: block;
12
+ }
13
+ }
14
+ .submitted {
15
+ font-size: 0.90em;
16
+ .permalink {
17
+ margin-left: 5px;
18
+ }
19
+ .new {
20
+ color: $red;
21
+ }
22
+ }
23
+ .content {
24
+ margin: 10px 0;
25
+ }
26
+ .links {
27
+ font-size: 0.80em;
28
+ }
29
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_radix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-09 00:00:00.000000000 Z
12
+ date: 2012-04-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
@@ -53,6 +53,7 @@ files:
53
53
  - lib/compass_radix.rb
54
54
  - stylesheets/_compass_radix.scss
55
55
  - stylesheets/_compass_radix_responsive.scss
56
+ - stylesheets/compass_radix/_comment.scss
56
57
  - stylesheets/compass_radix/_font.scss
57
58
  - stylesheets/compass_radix/_form.scss
58
59
  - stylesheets/compass_radix/_layout.scss