virgil/commit

ADD footer to wizard

authorMichiel Hildebrand
Thu Mar 14 21:27:33 2013 +0100
committerMichiel Hildebrand
Thu Mar 14 21:27:33 2013 +0100
commitc962c32357ec510e7a16550915266b9f419e6409
tree3571d021f45681aba1179ef3b8b9ca904186e191
parent59766b8704ff4b7a83c6d43ad32fa292b4a849fb
Diff style: patch stat
diff --git a/web/html/virgil.html b/web/html/virgil.html
index a9a652d..03be49f 100644
--- a/web/html/virgil.html
+++ b/web/html/virgil.html
@@ -67,7 +67,7 @@
 
       <div class="footer">
         <p>&copy; <a href="http://www.data2semantics.org/">Data2Semantics 2013</p>
-      </div-->
+      </div>
 
     </div> <!-- /container -->
 
diff --git a/web/html/wizard.html b/web/html/wizard.html
index 94ebf1c..fcec46b 100644
--- a/web/html/wizard.html
+++ b/web/html/wizard.html
@@ -26,6 +26,12 @@
 		.sidebar {
 			margin-top: 10px;
 		}
+		.footer {
+			border-top: 1px solid #EEE;
+			text-align: center;
+			margin-top: 100px;
+			margin-bottom: 100px;
+		}
 	</style>
 
   </head>
@@ -138,9 +144,12 @@
 			
 		</div>
 
-		
 	</div>	
 	
+	<div class="footer container">
+      <p>&copy; <a href="http://www.data2semantics.org/">Data2Semantics 2013</p>
+    </div>
+	
 	<script>
 		var mentionsURL = '../aers/api/drug/mentions',
 			brandsURL = '../aers/api/drug/brands',