radiant-clipped-extension 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module RadiantClippedExtension
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  SUMMARY = %q{Assets for Radiant CMS}
4
4
  DESCRIPTION = %q{Asset-management derived from Keith Bingman's Paperclipped extension.}
5
5
  URL = "http://radiantcms.org"
@@ -193,9 +193,8 @@ p.asset
193
193
  overflow: hidden
194
194
  clear: left
195
195
  width: 100%
196
- height: 4em
197
- margin: 1em 0
198
- padding: 0 1em
196
+ height: 3em
197
+ padding: 0.5em
199
198
  span, a
200
199
  display: block
201
200
  float: left
@@ -211,7 +210,7 @@ p.asset
211
210
  color: #ccc
212
211
  a
213
212
  background-color: #eee
214
- color: #c00
213
+ color: #444
215
214
  &:hover
216
215
  background-color: #c00
217
216
  color: #fff
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-clipped-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 7
10
- version: 1.0.7
9
+ - 8
10
+ version: 1.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Keith Bingman