Footer work
[rnaseq-cwl-training.git] / swc.css
diff --git a/swc.css b/swc.css
index ac6e3a32a130f449352a780343fc02f3eaf0aada..493ef1bd5720cb3ffa1891ddec756fe0a6e4c45a 100644 (file)
--- a/swc.css
+++ b/swc.css
@@ -330,7 +330,6 @@ section.content {
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
-    color:#FFF;
 }
 
 .header {
@@ -350,8 +349,7 @@ section.content {
 
 #nav-logo {
     width:270px;
-    height:60px;
-    position:absolute;
+    height:40px;
     top:0;
     left:0;
 }
@@ -382,5 +380,16 @@ h4 a:link, h4 a:visited, a {
 footer {
     background:#2b3990;
     padding:20px 0;
+    font-size: 10pt;
+}
+
+footer a, footer a:hover{
+    color:#FFF;
+}
+
+footer ul {
+    float:left;
+    list-style-type: none;
+    padding-right: 20px;
 }
  
\ No newline at end of file