Footer/home page work
authorAbigail Cabunoc <abigail.cabunoc@oicr.on.ca>
Sun, 22 Dec 2013 02:48:44 +0000 (21:48 -0500)
committerAbigail Cabunoc <abigail.cabunoc@oicr.on.ca>
Sun, 22 Dec 2013 02:48:44 +0000 (21:48 -0500)
swc-bootstrap.css
swc.css

index 68edd17be75c79813f8cab445dd76614ed413b05..709b9a18ff78ac2fcb625204ba81b9bfd6acb244 100644 (file)
@@ -86,7 +86,7 @@ code {
 }
 
 .container {
-    max-width:900px;
+    max-width:920px;
 }
 
 @media (max-width: 767px) {
diff --git a/swc.css b/swc.css
index e3918ed09a60dd9aacbf6edec99aff6ed23d9cfb..07b01359a4c422a03d0dd02f530401f2ea35efeb 100644 (file)
--- a/swc.css
+++ b/swc.css
@@ -368,7 +368,9 @@ section.content {
     color:#2b3990;
 }
 
-h4 a:link, h4 a:visited, a {
+h5 a:link, h5 a:visited, a, 
+h4 a:link, h4 a:visited, a, 
+h3 a:link, h3 a:visited, a {
        color:#2b3990; 
 }
 
@@ -380,11 +382,13 @@ footer {
 
 footer a, footer a:hover{
     color:#FFF;
+    padding-left: 10px;
 }
 
-footer ul {
-    float:left;
-    list-style-type: none;
-    padding-right: 20px;
+footer .container .links{
+    background:url('../img/software-carpentry-banner-white.png') no-repeat;
+    background-size: 200px;
+    background-position: 0;
+    height:40px;
+    padding:40px 0 0 200px;
 }
\ No newline at end of file