diff src/main/webapp/pages/home.jsp @ 41:ba9515f22897

new: topic management and adding sections from searching result into topic
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 17 Dec 2015 13:44:08 +0100
parents 37840afb7b80
children a00efd5d9e77
line wrap: on
line diff
--- a/src/main/webapp/pages/home.jsp	Mon Dec 07 17:06:57 2015 +0100
+++ b/src/main/webapp/pages/home.jsp	Thu Dec 17 13:44:08 2015 +0100
@@ -19,7 +19,7 @@
 	<div id="page">
 		
 		<% if(sessionBean.getUser() == null) { %>
-			<label>You must login!</label>
+			<label class="subTitel">You must login!</label>
 		<% } else { 
 			
 			if (sessionBean.getHomePage().getCompleteBranchList() == null){