mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
error and text editor updates. remove useless file
This commit is contained in:
parent
01f03e1795
commit
dcf12e13e8
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
.row
|
||||
.span8.offset2.text-center
|
||||
h2 Site Error
|
||||
h4 There has been an error performing the requested action.
|
||||
h4 We have been notified of the problem.
|
||||
h5 If you need to add any special information or if this error has not been resolved in a while, <a href="/contact">contact us</a> and report the problem. Thank you!
|
||||
.page
|
||||
.content-Base.txt-Center
|
||||
h2 Site Error
|
||||
p.eps There has been an error performing the requested action.
|
||||
<br />
|
||||
h4 We have been notified of the problem.
|
||||
p If you need to add any special information or if this error has not been resolved in a while, <a href="/contact" title="let us know!">contact us</a> and report the problem. Thank you!
|
||||
|
|
|
@ -8,7 +8,8 @@ css:
|
|||
}
|
||||
.theme-Code{
|
||||
float:right;
|
||||
margin-top:20px;
|
||||
position:relative;
|
||||
top:-50px;
|
||||
}
|
||||
|
||||
.page
|
||||
|
@ -17,7 +18,7 @@ css:
|
|||
h2 Editing #{params[:filename]}
|
||||
|
||||
div.theme-Code
|
||||
p Theme:
|
||||
p style="display:inline-block; margin-right:10px" Theme:
|
||||
select id="theme" size="1" onchange="setTheme();" onkeyup="setTheme();"
|
||||
optgroup label="Bright"
|
||||
option value="ace/theme/chrome" Chrome
|
||||
|
|
Loading…
Add table
Reference in a new issue