Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
split out css files
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie-zurb committed Aug 3, 2012
1 parent 5811202 commit 1b996d5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions includes/_virtual-header.php
Expand Up @@ -45,14 +45,14 @@
<header>
<div class="row">
<div class="three columns logo hide-for-small mobile-one">
<a href="index.php"><img src="images/logo.png" alt="Family Giving Tree"></a>
<a href="index.php"><img src="vgt-images/logo.png" alt="Family Giving Tree"></a>
</div>
</div>
<!-- end .row -->
</header>
<div class="row show-for-small">
<div class="mobile-two columns pull-one-mobile">
<a href="index.php"><img src="images/logo.png" alt="Family Giving Tree"></a>
<a href="index.php"><img src="vgt-images/logo.png" alt="Family Giving Tree"></a>
</div>
</div>

Expand Down
Binary file added vgt-images/bg-header.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vgt-images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion virtual-giving.php
Expand Up @@ -101,7 +101,7 @@
</div>
<hr>

<a class="medium banner button purple" href="virtual-checkout.php">Continue</a>
<a class="medium button purple" href="virtual-checkout.php">Continue</a>

</div>

Expand Down

0 comments on commit 1b996d5

Please sign in to comment.