Skip to content

Commit

Permalink
favicon, minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
atmin committed Dec 26, 2013
1 parent b4ef44c commit 5e8f5eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 108,8 @@ module.exports = function(grunt) {
copy: {
main: {
files: [
{src: 'CNAME', dest: '<%= pkg.buildDir %>/CNAME'},
{src: 'favicon.ico', dest: '<%= pkg.buildDir %>/favicon.ico'},
{src: 'hello.html', dest: '<%= pkg.buildDir %>/hello.html'},
{src: 'kitchensink.html', dest: '<%= pkg.buildDir %>/kitchensink.html'},
{src: 'bower_components/qunit/qunit/qunit.js', dest: '<%= pkg.buildDir %>/js/qunit.js'},
Expand Down
4 changes: 4 additions & 0 deletions src/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 48,10 @@ footer {
}


.wrapper {
margin: 0 auto;
padding: 0 4%;
}

nav {
overflow: hidden;
Expand Down

0 comments on commit 5e8f5eb

Please sign in to comment.