Patch on problem with header and footer width. Reda should look into this more.
authorZak Rogoff <zak@montage.office.fsf.org>
Mon, 1 Dec 2014 15:30:17 +0000 (10:30 -0500)
committerZak Rogoff <zak@montage.office.fsf.org>
Mon, 1 Dec 2014 15:30:17 +0000 (10:30 -0500)
stylesheet.css

index dff2b8b9f46fd1016969a1417c871acabb46b92a..a0418a162cc6b084c2f7923bf7f789afa501577b 100755 (executable)
@@ -70,7 +70,8 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   background-color: #2CAF8F;
   height: 486px;
   margin: auto;
   background-color: #2CAF8F;
   height: 486px;
   margin: auto;
-  width: 1300px;;
+  width: 100%;  
+  /*width: 1300px;*/
 }
 
 .header a {
 }
 
 .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;
 footer {
   display: block;
   background-color: #1a1a1a;
-  width: 1300px;
+  width: 100%;  
+  /*width: 1300px;*/
 }
 
 .footer_wrapper {
 }
 
 .footer_wrapper {