mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +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{
|
||||
padding-left:70px
|
||||
}
|
||||
|
||||
.interior .constant-Nav{margin:0}
|
||||
|
|
|
@ -1157,6 +1157,9 @@ a {
|
|||
.interior .header-Nav {
|
||||
padding-left: 70px; }
|
||||
|
||||
.interior .constant-Nav {
|
||||
margin: 0; }
|
||||
|
||||
.content-Base {
|
||||
background: #f6f0e6;
|
||||
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
|
||||
.row.content
|
||||
.span5.offset1
|
||||
.col.col-60
|
||||
|
||||
h1 Your Website
|
||||
|
||||
|
@ -50,7 +50,7 @@ javascript:
|
|||
a href="http://#{current_site.username}.neocities.org/#{file.filename}" target="_blank" View <br>
|
||||
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete
|
||||
|
||||
.span5
|
||||
.col.col-40
|
||||
|
||||
.row
|
||||
.span5
|
||||
|
|
Loading…
Add table
Reference in a new issue