nice_admin 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,7 @@ h1.site_name {
36
36
  text-shadow: 0px 0px 10px #303030;
37
37
  filter: dropshadow(color=#303030, offx=0, offy=0);
38
38
 
39
- -webkit-font-smoothing: antialiased;
39
+ -webkit-font-smoothing: antialiased;
40
40
  }
41
41
 
42
42
  .main_area{
@@ -69,7 +69,6 @@ h1{
69
69
  padding: 10px 10px 0px 18px;
70
70
  font-weight: bold;
71
71
  -webkit-font-smoothing: antialiased;
72
-
73
72
  }
74
73
 
75
74
  h2{
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  *= require_self
3
- *= require reset
3
+ *= require na/reset
4
4
  *= require formtastic
5
5
  *= require_tree .
6
6
  */
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: nice_admin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alex Barlow
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-12 00:00:00 +01:00
13
+ date: 2011-07-17 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -59,9 +59,9 @@ files:
59
59
  - app/assets/stylesheets/forms.css
60
60
  - app/assets/stylesheets/formtastic.css
61
61
  - app/assets/stylesheets/main.css.erb
62
+ - app/assets/stylesheets/na/reset.css
62
63
  - app/assets/stylesheets/nav.css
63
64
  - app/assets/stylesheets/nice_admin.css
64
- - app/assets/stylesheets/reset.css
65
65
  - app/assets/stylesheets/tables.css
66
66
  - app/controller/nice_admin_controller.rb
67
67
  - app/helpers/nice_admin_helper.rb
File without changes