summaryrefslogtreecommitdiffhomepage
path: root/themes/bootstrap/luasrc
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bootstrap/luasrc')
-rw-r--r--themes/bootstrap/luasrc/view/themes/bootstrap/header.htm4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm b/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm
index 1d23877664..c79c152ba9 100644
--- a/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm
+++ b/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm
@@ -106,6 +106,10 @@ You may obtain a copy of the License at
<link rel="shortcut icon" href="<%=media%>/favicon.ico">
<% if node and node.css then %><link rel="stylesheet" href="<%=resource%>/<%=node.css%>">
<% end -%>
+ <% if css then %><style title="text/css">
+ <%-= css %>
+ </style>
+ <% end -%>
<script src="<%=resource%>/xhr.js"></script>
</head>