alula-themes 0.4.0b → 0.4.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.4.0b
1
+ 0.4.0
@@ -101,10 +101,10 @@ img, video, .img {
101
101
  border-radius: 4px;
102
102
  box-shadow: 0px 0px 5px #777;
103
103
 
104
- &.left, &.right { margin-bottom: 5px; margin-top: 5px; }
105
- &.left { float: left; margin-right: 5px; }
106
- &.right { float: right; mergin-left: 5px; }
107
- &.none { float: none; clear: both; display: block; }
104
+ &.left, &.right { margin-bottom: 1em; margin-top: 1em; }
105
+ &.left { float: left; margin-right: 1em; }
106
+ &.right { float: right; mergin-left: 1em; }
107
+ &.none { float: none; clear: both; display: block; margin: 1em auto;}
108
108
  }
109
109
 
110
110
  div.post {
@@ -277,6 +277,7 @@ footer {
277
277
  float: none;
278
278
  clear: both;
279
279
  display: block;
280
+ margin: 1em auto;
280
281
  }
281
282
  }
282
283
  }
@@ -9,7 +9,7 @@
9
9
  = javascript_link "html5shiv"
10
10
  = addons :head
11
11
 
12
- %body{class: [item.id, "lang-#{locale}"]}
12
+ %body{class: [item.id, "lang-#{locale}"], lang: locale}
13
13
  %div.wrapper
14
14
  %header
15
15
  %h1= link_to site.title, site.url
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alula-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0b
5
- prerelease: 5
4
+ version: 0.4.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mikko Kokkonen
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-14 00:00:00.000000000 Z
12
+ date: 2012-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: alula
@@ -163,9 +163,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  none: false
165
165
  requirements:
166
- - - ! '>'
166
+ - - ! '>='
167
167
  - !ruby/object:Gem::Version
168
- version: 1.3.1
168
+ version: '0'
169
169
  requirements: []
170
170
  rubyforge_project:
171
171
  rubygems_version: 1.8.23