Project

General

Profile

« Previous | Next » 

Revision 8243

Adding a protocol to the <link href=""> for the external CSS

View differences:

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

  
29
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" type="text/css" />
30
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" type="text/css" />
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" />
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"
docs/user/metacat/source/themes/metacatui/layout.html
119 119
      {%- set titlesuffix = "" %}
120 120
    {%- endif %}
121 121
    <title>{{ title|striptags }}{{ titlesuffix }}</title>
122
    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" type="text/css" />
123
    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" type="text/css" />
122
    <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" type="text/css" />
123
    <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" type="text/css" />
124 124
    <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
125 125
    <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
126 126
    {%- if not embedded %}

Also available in: Unified diff