mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
move neo.css back to assets folder for relative url links
This commit is contained in:
parent
0f9b9bad56
commit
b2906808d1
4 changed files with 7 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -73,7 +73,10 @@
|
|||
</div>
|
||||
<div class="site-info">
|
||||
<div style="float: left">
|
||||
<a href="/site/<%= site.username %>" title="Profile"><i class="icon-user"></i> <%= site.username %></a>
|
||||
<a href="/site/<%= site.username %>" title="Profile">
|
||||
<i class="icon-user"></i>
|
||||
<%= site.username %>
|
||||
</a>
|
||||
</div>
|
||||
<div style="float: right">
|
||||
<a href="/site/<%= site.username %>">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/css/bootstrap-responsive.min.css" rel="stylesheet">
|
||||
<link href="/css/neo.css" rel="stylesheet" type="text/css" media="all"/>
|
||||
<link href="/assets/css/neo.css" rel="stylesheet" type="text/css" media="all"/>
|
||||
<link href="/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all"/>
|
||||
<link href="/css/styles.css" rel="stylesheet" type="text/css" media="all">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue