Skip to content

Commit

Permalink
Added .bowerrc
Browse files Browse the repository at this point in the history
  • Loading branch information
etodanik authored and AVGP committed May 5, 2014
1 parent 7e83ef0 commit 5ed2687
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,16 @@ button {
line-height: 0.75em;
baseline-shift: 10em;
}
.frameWrapper {
height: 100%;
}
.hint {
font-style: oblique;
color: #083;
}
.hScope {
height: 100%;
}
.menu-list {
margin: 0;
padding: 0px 0;
Expand Down
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var app = express();
var nextFreeWorkspacePort = 5000;

// all environments
app.set('port', 3000);
app.set('port', 3105);
app.set('views', __dirname + '/views');
app.set('view engine', 'jade');
app.set('baseUrl', config.BASE_URL);
Expand Down

0 comments on commit 5ed2687

Please sign in to comment.