brighter_planet_layout 0.1.16 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.16
1
+ 0.2.0
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{brighter_planet_layout}
8
- s.version = "0.1.16"
8
+ s.version = "0.2.0"
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"]
12
- s.date = %q{2010-07-11}
12
+ s.date = %q{2010-07-12}
13
13
  s.description = %q{Layouts, partials, stylesheets, and images}
14
14
  s.email = %q{andy@rossmeissl.net}
15
15
  s.extra_rdoc_files = [
@@ -56,7 +56,7 @@ body {
56
56
  background: #222 url(images/bg.png) repeat-y;
57
57
  }
58
58
 
59
- body, input, select {
59
+ body, input, select, button {
60
60
  font-family: "Brighter Planet", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
61
61
  }
62
62
 
@@ -69,6 +69,10 @@ pre {
69
69
  font-family: "DejaVu Mono", monospace;
70
70
  }
71
71
 
72
+ a {
73
+ outline: none;
74
+ }
75
+
72
76
  #header {
73
77
  background-image:
74
78
  -webkit-gradient(
@@ -303,7 +307,7 @@ pre {
303
307
  margin: 20px 0 0 150px;
304
308
  }
305
309
 
306
- #content form p.action input[type=submit] {
310
+ #content form p.action input[type=submit], #content form p.action button {
307
311
  background-image:
308
312
  -webkit-gradient(
309
313
  linear,
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- - 16
9
- version: 0.1.16
7
+ - 2
8
+ - 0
9
+ version: 0.2.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andy Rossmeissl
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-07-11 00:00:00 -04:00
17
+ date: 2010-07-12 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency