Skip to content

Commit

Permalink
Stopped using an absolute URL in the homepage.css file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jun 21, 2013
1 parent ee1c218 commit 4a39ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/homepage.css
@@ -1,4 +1,4 @@
@import url(base.css);

.button-download { display:block; background:url(https://www.djangoproject.com/s/img/site/download_bg-left.gif) no-repeat; }
.button-download a { height:18px; color:white; display:block; white-space:nowrap; background:url(https://www.djangoproject.com/s/img/site/download_bg-right.gif) top right no-repeat; padding:6px 12px; }
.button-download { display:block; background:url(../img/site/download_bg-left.gif) no-repeat; }
.button-download a { height:18px; color:white; display:block; white-space:nowrap; background:url(../img/site/download_bg-right.gif) top right no-repeat; padding:6px 12px; }

0 comments on commit 4a39ac0

Please sign in to comment.