brighter_planet_layout 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{brighter_planet_layout}
8
- s.version = "0.2.2"
8
+ s.version = "0.2.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andy Rossmeissl"]
@@ -67,6 +67,14 @@ h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd {
67
67
 
68
68
  pre {
69
69
  font-family: "DejaVu Mono", monospace;
70
+ display: block;
71
+ line-height: 1.4;
72
+ overflow: auto;
73
+ background: white;
74
+ padding: 10px;
75
+ margin: 10px -15px;
76
+ border-top: 1px solid #ddd;
77
+ -moz-box-shadow: inset 0 5px 5px #eee;
70
78
  }
71
79
 
72
80
  a {
@@ -274,6 +282,30 @@ a img {
274
282
  color: gray;
275
283
  }
276
284
 
285
+ #content h3 {
286
+ margin: 30px 15px 0 150px;
287
+ }
288
+
289
+ #content>ul {
290
+ list-style: square;
291
+ margin: 10px 15px 10px 150px;
292
+ padding: 0 0 0 1em
293
+ }
294
+
295
+ #content p.cta {
296
+ border: 1px solid #5FBBFF;
297
+ -moz-border-radius: 3px;
298
+ -webkit-border-radius: 3px;
299
+ border-radius: 3px;
300
+ overflow: auto;
301
+ }
302
+
303
+ p.cta a {
304
+ display: block;
305
+ padding: 10px;
306
+ color: blue;
307
+ }
308
+
277
309
  #content form dl dt {
278
310
  float: left;
279
311
  width: 140px;
@@ -797,5 +829,3 @@ ul.pages li a:hover {
797
829
  -webkit-border-radius: 3px;
798
830
  border-radius: 3px;
799
831
  }
800
-
801
-
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 2
9
- version: 0.2.2
8
+ - 3
9
+ version: 0.2.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andy Rossmeissl