Skip to content

Commit

Permalink
Add project logo to the website, minor design change
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Cho committed Feb 12, 2013
2 parents 434d13b + 7e65132 commit 8eeeffd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/site/resources/css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
body.topBarDisabled {
padding-top: 10px;
}

#banner {
background-image: url("../images/logo.png");
background-position: 5px;
background-repeat: no-repeat;
margin-bottom: 10px;
padding-left: 82px;
}


.nav-list > .active > a, .nav-list > .active > a:hover {
background-color: #D47541;
}

h1, h2, h3, h4, h5, h6, a, a:hover {
color: #D47541;
}
Binary file added src/site/resources/favicon.ico
Binary file not shown.
Binary file added src/site/resources/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8eeeffd

Please sign in to comment.