mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-05 08:53:59 +01:00
Misc cleanup
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
*~
|
||||
*\#
|
||||
config.php
|
||||
@@ -19,7 +19,7 @@ var editor = {
|
||||
// Editor-wide settings
|
||||
settings: {
|
||||
theme: 'twilight',
|
||||
font_size: 14,
|
||||
font_size: 15,
|
||||
print_margin: false,
|
||||
highlight_line: true,
|
||||
indent_guides: true,
|
||||
@@ -31,7 +31,7 @@ var editor = {
|
||||
|
||||
// Apply the current configuration settings:
|
||||
i.setTheme('ace/theme/' + this.settings.theme);
|
||||
i.setFontSize(this.settings.font_size);
|
||||
i.setFontSize(18);
|
||||
i.setShowPrintMargin(this.settings.print_margin);
|
||||
i.setHighlightActiveLine(this.settings.highlight_line);
|
||||
i.setDisplayIndentGuides(this.settings.indent_guides);
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
height: 100%;
|
||||
background: #1a1a1a;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.ace_content {
|
||||
padding: 0;
|
||||
@@ -18,8 +17,6 @@
|
||||
-webkit-box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, .5);
|
||||
-moz-box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, .5);
|
||||
box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, .5);
|
||||
/*background: #303030;
|
||||
*/
|
||||
background: url(gutter-bg.jpg);
|
||||
}
|
||||
.ace_error {
|
||||
|
||||
0
components/user/screen.css
Normal file → Executable file
0
components/user/screen.css
Normal file → Executable file
0
config.example.php
Normal file → Executable file
0
config.example.php
Normal file → Executable file
Reference in New Issue
Block a user