Skip to content
This repository was archived by the owner on Dec 8, 2017. It is now read-only.

Commit 6588972

Browse files
committed
change name of footer logo file to make branding more configurable
1 parent cb8e65b commit 6588972

File tree

4 files changed

+1
-12
lines changed

4 files changed

+1
-12
lines changed

Footer.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="footer">
22
<div id="footer-logo">
3-
<img src="theme/img/gsa_logo.png" alt="GSA Logo">
3+
<img src="theme/img/footer_logo.png" alt="Footer Logo">
44
<div id="footer-text">
55
Please provide feedback to &lt;{{feedback_email}}&gt;.
66
</div>

theme/css/mainPage.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -509,12 +509,6 @@ Note sure I really need them */
509509
height: 30px;
510510
}
511511

512-
#header #gsa_logo {
513-
color:#777777;
514-
font-size:12px;
515-
float:right;
516-
}
517-
518512
/* This are all computed against the sidebar thickness */
519513

520514
.result-agency, .result-vehicle, .result-vendor {

theme/css/startPage.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ body {
7474
#header #pricespaid_logo {
7575
float:left;
7676
}
77-
#header #gsa_logo {
78-
color:#777777;
79-
font-size:12px;
80-
float:right;
81-
}
8277

8378
/* Comm nav -------- */
8479
#header #nav {

theme/img/footer_logo.png

2.8 KB
Loading

0 commit comments

Comments
 (0)