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

Commit

Permalink
Merge pull request #929 from 18F/add-us-flag
Browse files Browse the repository at this point in the history
adds new flag for banner
  • Loading branch information
Eric Ronne committed Dec 1, 2015
2 parents ac0d05a + 9e36b7f commit f01d988
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/layout/banner.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section class="banner slab-beta">
<span class="banner-left">An official website of the U.S. government <img class="banner-image" src="{{ site.baseurl }}/img/us_flag_small.png" alt="U.S. flag signifying that this is a United States Federal Government website"></span>
<span class="banner-left">An official website of the U.S. government <img class="banner-image" src="{{ site.baseurl }}/img/us-flag-small.png" alt="U.S. flag signifying that this is a United States Federal Government website"></span>
<span class="banner-right">This site is in development. <a class="link-alpha" title="Learn about this site's development" tabindex="0" href="{{ site.baseurl }}/about/whats-new/">See what’s new</a>.</span>
</section>
1 change: 1 addition & 0 deletions _sass/blocks/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@

.banner-image {
padding-left: $base-padding-lite / 2;
margin-bottom: -1px;
}
File renamed without changes

0 comments on commit f01d988

Please sign in to comment.