diff --git a/.gitignore b/.gitignore index 0a7a9c09..05878c95 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ doc/ tests/coverage config.yml .DS_Store -public/css/neo.css +public/assets/css/neo.css public/site_thumbnails public/sites public/site_screenshots diff --git a/environment.rb b/environment.rb index 7c49673b..bebfe8d1 100644 --- a/environment.rb +++ b/environment.rb @@ -105,7 +105,7 @@ require 'sass/plugin/rack' Sinatra::Application.use Sass::Plugin::Rack Sass::Plugin.options[:template_location] = './public/assets/css' -Sass::Plugin.options[:css_location] = './public/css' +Sass::Plugin.options[:css_location] = './public/assets/css' Sass::Plugin.options[:style] = :nested if ENV['RACK_ENV'] == 'production' diff --git a/views/browse.erb b/views/browse.erb index 45c68c81..66e8b446 100644 --- a/views/browse.erb +++ b/views/browse.erb @@ -73,7 +73,10 @@
- <%= site.username %> + + + <%= site.username %> +
diff --git a/views/layout.erb b/views/layout.erb index 488ec6ba..42ce089f 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -20,7 +20,7 @@ - +