projects
/
fsf-giving-guide.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f795a5
)
Patch on problem with header and footer width. Reda should look into this more.
author
Zak Rogoff
<zak@montage.office.fsf.org>
Mon, 1 Dec 2014 15:30:17 +0000
(10:30 -0500)
committer
Zak Rogoff
<zak@montage.office.fsf.org>
Mon, 1 Dec 2014 15:30:17 +0000
(10:30 -0500)
stylesheet.css
patch
|
blob
|
blame
|
history
diff --git
a/stylesheet.css
b/stylesheet.css
index dff2b8b9f46fd1016969a1417c871acabb46b92a..a0418a162cc6b084c2f7923bf7f789afa501577b 100755
(executable)
--- a/
stylesheet.css
+++ b/
stylesheet.css
@@
-70,7
+70,8
@@
h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
background-color: #2CAF8F;
height: 486px;
margin: auto;
- width: 1300px;;
+ width: 100%;
+ /*width: 1300px;*/
}
.header a {
@@
-374,7
+375,8
@@
h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
footer {
display: block;
background-color: #1a1a1a;
- width: 1300px;
+ width: 100%;
+ /*width: 1300px;*/
}
.footer_wrapper {