Skip to content

Commit

Permalink
move media from old repo and adjust styles as such
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeman committed Jan 14, 2013
1 parent b954a96 commit b48c05e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added assets/img/banner-home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/pinax_logo_lg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ a:hover {
#main {
color: #DEF;
height: 235px;
background: url(http://pinaxproject.com/site_media/static/img/banner-home.png) repeat-x;
background: url(/assets/img/banner-home.png) repeat-x;
}

#main, div.header, div.header2, div.header3, li.repo {
Expand All @@ -55,7 +55,7 @@ a:hover {
margin: 10px 15px 0;
font-size: 24pt;
height: 110px;
background: url(http://pinaxproject.com/site_media/static/img/pinax_logo_lg.png) no-repeat top center;
background: url(/assets/img/pinax_logo_lg.png) no-repeat top center;
}

#main p {
Expand Down

0 comments on commit b48c05e

Please sign in to comment.