mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +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
|
.page
|
||||||
.span8.offset2.text-center
|
.content-Base.txt-Center
|
||||||
h2 Site Error
|
h2 Site Error
|
||||||
h4 There has been an error performing the requested action.
|
p.eps There has been an error performing the requested action.
|
||||||
h4 We have been notified of the problem.
|
<br />
|
||||||
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!
|
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{
|
.theme-Code{
|
||||||
float:right;
|
float:right;
|
||||||
margin-top:20px;
|
position:relative;
|
||||||
|
top:-50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page
|
.page
|
||||||
|
@ -17,7 +18,7 @@ css:
|
||||||
h2 Editing #{params[:filename]}
|
h2 Editing #{params[:filename]}
|
||||||
|
|
||||||
div.theme-Code
|
div.theme-Code
|
||||||
p Theme:
|
p style="display:inline-block; margin-right:10px" Theme:
|
||||||
select id="theme" size="1" onchange="setTheme();" onkeyup="setTheme();"
|
select id="theme" size="1" onchange="setTheme();" onkeyup="setTheme();"
|
||||||
optgroup label="Bright"
|
optgroup label="Bright"
|
||||||
option value="ace/theme/chrome" Chrome
|
option value="ace/theme/chrome" Chrome
|
||||||
|
|
Loading…
Add table
Reference in a new issue