Misc cleanup

This commit is contained in:
Fluidbyte
2012-10-07 05:46:57 -07:00
parent 6eff0a8f40
commit b68e2cd27c
5 changed files with 3 additions and 5 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
*~
*\#
config.php

View File

@@ -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);

View File

@@ -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
View File

0
config.example.php Normal file → Executable file
View File