Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ module.exports = (grunt) ->
grunt.registerTask "build" , ["coffee","concat"]
grunt.registerTask "compile", ["coffee"]
grunt.registerTask "test", ["coffee","jasmine"]
grunt.registerTask "default", ["coffee","concat"]

2 changes: 1 addition & 1 deletion css/SOCR_Tools_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ body {
}

#header {
/* background: #eee url('images/SOCR_Top_Banner.gif') no-repeat center top; */
background: #eee url('images/SOCR_Top_Banner.gif') no-repeat center top;
}

#wrapper-header2 {
Expand Down
2 changes: 1 addition & 1 deletion css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ a:hover {
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
/*margin-left: 20px;*/
}

.container,
Expand Down
Binary file removed favicon.ico
Binary file not shown.
23 changes: 0 additions & 23 deletions handler.php

This file was deleted.

Loading