mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
does this fix or hurt?
This commit is contained in:
parent
0165ae50f8
commit
34d775aac6
4 changed files with 8 additions and 3 deletions
|
@ -263,3 +263,5 @@
|
||||||
.interior .header-Nav{
|
.interior .header-Nav{
|
||||||
padding-left:70px
|
padding-left:70px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.interior .constant-Nav{margin:0}
|
||||||
|
|
|
@ -1157,6 +1157,9 @@ a {
|
||||||
.interior .header-Nav {
|
.interior .header-Nav {
|
||||||
padding-left: 70px; }
|
padding-left: 70px; }
|
||||||
|
|
||||||
|
.interior .constant-Nav {
|
||||||
|
margin: 0; }
|
||||||
|
|
||||||
.content-Base {
|
.content-Base {
|
||||||
background: #f6f0e6;
|
background: #f6f0e6;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
|
|
2
public/assets/css/neo.min.css
vendored
2
public/assets/css/neo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -11,7 +11,7 @@ javascript:
|
||||||
|
|
||||||
.content-Base
|
.content-Base
|
||||||
.row.content
|
.row.content
|
||||||
.span5.offset1
|
.col.col-60
|
||||||
|
|
||||||
h1 Your Website
|
h1 Your Website
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ javascript:
|
||||||
a href="http://#{current_site.username}.neocities.org/#{file.filename}" target="_blank" View <br>
|
a href="http://#{current_site.username}.neocities.org/#{file.filename}" target="_blank" View <br>
|
||||||
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete
|
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete
|
||||||
|
|
||||||
.span5
|
.col.col-40
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.span5
|
.span5
|
||||||
|
|
Loading…
Add table
Reference in a new issue