merb-ui 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
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'
11
+ GEM_VERSION = '0.2.1'
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.rubyforge_project = AUTHOR
@@ -15,15 +15,22 @@ 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 {
19
+ font-family: "Bitstream Vera Sans Mono", "Monaco", "Andale Mono", "Courier New", "Courier", fixed;
20
+ font-style: normal;
21
+ font-weight: normal;
22
+ }
18
23
  code {
19
24
  background-color: <%= color(0.1, 0.1, 0.1) %>;
20
25
  color: <%= color(1, 1, 1) %>;
21
26
  display: block;
22
- font-family: "Bitstream Vera Sans Mono", "Monaco", "Andale Mono", "Courier New", "Courier", fixed;
23
27
  font-size: 0.85em;
24
28
  overflow: auto;
25
29
  padding: 1em;
26
- white-space: nowrap;
30
+ white-space: pre;
31
+ }
32
+ code em {
33
+ color: <%= color(0, 1, 0) %>;
27
34
  }
28
35
  kbd {
29
36
  background-color: <%= color(0.9, 0.9, 0.9) %>;
@@ -21,7 +21,7 @@ function windowOpen(url){
21
21
  target.load(url, function(){
22
22
  if(windowStatus == 0){
23
23
  target.fadeIn();
24
- }
24
+ }
25
25
  $('.mui_focus:first').focus();
26
26
  windowStatus = 1;
27
27
  });
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"
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - uipoet