merb-ui 0.4.1 → 0.4.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
@@ -14,7 +14,7 @@ spec = Gem::Specification.new do |s|
14
14
  s.name = 'merb-ui'
15
15
  s.rubyforge_project = 'uipoet'
16
16
  s.summary = 'User Interface Components for Merb'
17
- s.version = '0.4.1'
17
+ s.version = '0.4.2'
18
18
  end
19
19
 
20
20
  Rake::GemPackageTask.new(spec) do |pkg|
@@ -9,6 +9,7 @@ module Merb::GlobalHelpers
9
9
  attributes[:align] = options[:align] if options[:align]
10
10
  attributes[:class] = 'mui_block'
11
11
  attributes[:class] << ' mui_subtle' if options[:subtle]
12
+ attributes[:class] << ' mui_scroll' if options[:scroll]
12
13
  attributes[:class] << ' mui_truncate' if options[:truncate]
13
14
  if options[:inline]
14
15
  tag_type = :span
@@ -344,6 +344,12 @@ p.mui_paragraph+p.mui_paragraph {
344
344
  background-color: #e5e5e5;
345
345
  }
346
346
 
347
+ /* scroll */
348
+
349
+ .mui_scroll {
350
+ overflow: auto;
351
+ }
352
+
347
353
  /* status */
348
354
 
349
355
  .mui_status {
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.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - UiPoet
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-16 00:00:00 -08:00
12
+ date: 2008-12-17 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency