Changeset 19848 in main
- Timestamp:
- 02/14/20 17:29:18 (2 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-admin/src/main/webapp/WEB-INF/config/SiteSpecific.properties
r19337 r19848 42 42 #commonContentBasePath.string =../ibisph-content/ 43 43 commonContentBasePath.string =file:///d:/ibis/trunk/ibisph-view/src/content/ 44 #commonContentBasePath.string =file:///d:/ibis/trunk/ibisph-view/src/nmibis-content/ 44 45 45 46 #--- Mid path segment to save IP and IPV XML files to for Preview requests. -
trunk/ibisph-view/src/main/webapp/WEB-INF/jsp/error/detail.jsp
r19781 r19848 82 82 <%@ include file="_header.jsp"%> 83 83 84 <main id="content" class="Error">84 <main id="content"> 85 85 <header> 86 86 <h1 title="HTTP Status Code: <%=statusCode%>"><%=errorMessage%></h1> -
trunk/ibisph-view/src/main/webapp/css/Error.css
r19798 r19848 30 30 31 31 32 .Error #content 33 { 34 margin-bottom: 4rem; 35 } 32 36 .Error #content h2 33 37 { -
trunk/ibisph-view/src/main/webapp/css/MegaMenu.css
r19838 r19848 343 343 content: "\e90e"; 344 344 width: 20px; 345 height: 19px; 345 346 font-size: 18px; 346 347 padding-top: 2px;
Note: See TracChangeset
for help on using the changeset viewer.