File tree Expand file tree Collapse file tree 4 files changed +6
-16
lines changed
webapp/WEB-INF/templates/views Expand file tree Collapse file tree 4 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 1818
1919.jumbotron {
2020
21- background : # 000 !important ;
21+ background-image : url (/assets/banner-code.png) !important ;
22+ background-position : right;
23+ min-height : 500px ;
2224 padding-top : 0 !important ;
2325 padding-bottom : 0 !important ;
2426 padding-left : 30px !important ;
Original file line number Diff line number Diff line change 11<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
22<jsp:include page =" ../../partials/head.jsp" />
33
4- <c:if test =" ${ locals. user == null } " >
5- <!-- IF not signed in -->
6- <div >
74 <div class =" jumbotron jumbotron-fluid" > <table >
5+ </br >
86 <tbody >
97 <tr >
108 <td >
119 <h1 class =" display-4" >Java Launcher</h1 >
1210 <p class =" Xlead" >${ launcherTexts. getHomePageText() } </p >
1311 </td >
1412 <td >
15- <img src =" /assets/banner-code.png" />
1613 </td >
1714 </tr >
1815 </tbody >
1916 </table >
2017</div >
21- </c:if >
2218
2319
2420<div class =" container" style =" margin-top : 40px " id =" index-page" >
Original file line number Diff line number Diff line change 7171
7272 <p id =" download-continue" class =" feedback" ><a href =" /" >${ launcherTexts. getContinueButton() } </a ></p >
7373
74- <c:choose >
75- <c:when test =" ${ locals. user == null } " >
76- <div class =" container-full-bg" >
77- <section id =" content" style =" margin :0 90px 0 90px ; padding :0 15px 0 15px ;" >
78- </c:when >
79- <c:otherwise >
80- <div class =" container" >
81- <section id =" content" >
82- </c:otherwise >
83- </c:choose >
74+ <div class =" container-full-bg" >
75+ <section id =" content" >
You can’t perform that action at this time.
0 commit comments