Project

General

Profile

« Previous | Next » 

Revision 8245

FontAwesome and Bootstrap are imported locally rather than via CDN. Updated the docs screenshots to the new style.

View differences:

head-section.jsp
26 26
 */
27 27
%>
28 28

  
29
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" type="text/css" />
30
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" type="text/css" />
29
<link rel="stylesheet" href="<%= request.getContextPath() %>/docs/_static/bootstrap.min.css" type="text/css" />
30
<link rel="stylesheet" href="<%= request.getContextPath() %>/docs/_static/font-awesome/css/font-awesome.min.css" type="text/css" />
31 31
<script language="JavaScript" type="text/JavaScript"
32 32
	src="<%= request.getContextPath() %>/admin/admin.js"></script>
33 33
<link rel="stylesheet" type="text/css"
34 34
	href="<%= request.getContextPath() %>/admin/admin.css"></link>
35
<link rel="icon" type="image/png" href="<%= request.getContextPath() %>/docs/_static/metacat-logo-darkgray.png" />
35 36
	

Also available in: Unified diff