uzuuzu 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.0.10
@@ -41,7 +41,6 @@
41
41
  background-color: white;
42
42
  }
43
43
  #header {
44
- position: relative;
45
44
  width: 980px;
46
45
  height: 200px;
47
46
  margin: 0 auto;
@@ -52,6 +51,7 @@
52
51
  height: 100px;
53
52
  font-size: 13px;
54
53
  background-color: #EEEEEE;
54
+ margin-top: 200px;
55
55
  }
56
56
  #footer div.buttons {
57
57
  position: absolute;
@@ -74,18 +74,18 @@
74
74
  margin: 0 auto;
75
75
  text-align: center;
76
76
  }
77
- #contents.section {
77
+ .section {
78
78
  margin-bottom: 36px;
79
79
  color: #222222;
80
80
  }
81
- #contents.section h1 {
81
+ .section h1 {
82
82
  font-size: 26px;
83
83
  background-color: #dad8e4;
84
84
  padding: 18px 22px 15px 22px;
85
85
  margin: 0;
86
86
  overflow: hidden;
87
87
  }
88
- #contents.article {
88
+ .article {
89
89
  border: 4px solid #dad8e4;
90
90
  padding: 24px 18px 18px 18px;
91
91
  font-size: 14px;
@@ -121,6 +121,8 @@
121
121
  <div id="contents">
122
122
  <div class="section">
123
123
  <h1>thanks!</h1>
124
+ </div>
125
+ <div class="article">
124
126
  <a href="http://www.uzuuzu.jp/page/oss/ruby-uzuuzu">more infomation</a>
125
127
  </div>
126
128
  </div>
data/uzuuzu.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{uzuuzu}
8
- s.version = "0.0.9"
8
+ s.version = "0.0.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Takuya Kondo"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: uzuuzu
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.9
5
+ version: 0.0.10
6
6
  platform: ruby
7
7
  authors:
8
8
  - Takuya Kondo
@@ -519,7 +519,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
519
519
  requirements:
520
520
  - - ">="
521
521
  - !ruby/object:Gem::Version
522
- hash: -799052385196681485
522
+ hash: 1795460226240055152
523
523
  segments:
524
524
  - 0
525
525
  version: "0"