diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/images/glyphicons-halflings-white.png | bin | 0 -> 8777 bytes | |||
-rw-r--r-- | app/assets/images/glyphicons-halflings.png | bin | 0 -> 13826 bytes | |||
-rw-r--r-- | app/assets/stylesheets/admin.scss (renamed from app/sass/admin.scss) | 0 | ||||
-rw-r--r-- | app/views/layouts/admin.html.erb | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/images/glyphicons-halflings-white.png b/app/assets/images/glyphicons-halflings-white.png Binary files differnew file mode 100644 index 000000000..3bf6484a2 --- /dev/null +++ b/app/assets/images/glyphicons-halflings-white.png diff --git a/app/assets/images/glyphicons-halflings.png b/app/assets/images/glyphicons-halflings.png Binary files differnew file mode 100644 index 000000000..79bc568c2 --- /dev/null +++ b/app/assets/images/glyphicons-halflings.png diff --git a/app/sass/admin.scss b/app/assets/stylesheets/admin.scss index 584b0d00d..584b0d00d 100644 --- a/app/sass/admin.scss +++ b/app/assets/stylesheets/admin.scss diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 3c3870524..ecbc55ea3 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -6,7 +6,7 @@ <%= javascript_include_tag "admin" %> <%= stylesheet_link_tag 'admin-theme/jquery-ui-1.8.15.custom.css', :rel => 'stylesheet'%> - <%= stylesheet_link_tag "/admin/stylesheets/admin", :title => "Main", :rel => "stylesheet" %> + <%= stylesheet_link_tag "admin", :title => "Main", :rel => "stylesheet" %> </head> <body class="admin"> |