This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #929 from 18F/add-us-flag
adds new flag for banner
- Loading branch information
Showing
3 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,5 @@ | |
|
||
.banner-image { | ||
padding-left: $base-padding-lite / 2; | ||
margin-bottom: -1px; | ||
} |
File renamed without changes