merb-ui 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ AUTHOR = 'uipoet'
8
8
  EMAIL = 'dont.tase@me.com'
9
9
  HOMEPAGE = 'http://uipoet.com/projects'
10
10
  SUMMARY = 'User Interface Components for Merb'
11
- GEM_VERSION = '0.2.1'
11
+ GEM_VERSION = '0.2.2'
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.rubyforge_project = AUTHOR
@@ -15,16 +15,18 @@ b, em, h1, label, strong {
15
15
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
16
16
  font-weight: bold;
17
17
  }
18
- code, em {
18
+ code, code em, pre {
19
19
  font-family: "Bitstream Vera Sans Mono", "Monaco", "Andale Mono", "Courier New", "Courier", fixed;
20
20
  font-style: normal;
21
21
  font-weight: normal;
22
22
  }
23
+ code, pre {
24
+ font-size: 0.85em;
25
+ }
23
26
  code {
24
27
  background-color: <%= color(0.1, 0.1, 0.1) %>;
25
28
  color: <%= color(1, 1, 1) %>;
26
29
  display: block;
27
- font-size: 0.85em;
28
30
  overflow: auto;
29
31
  padding: 1em;
30
32
  white-space: pre;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - uipoet