Added import of static styles to root stylesheet, reducing stylesheet <link> elements down to 1

This commit is contained in:
Tobi Schäfer 2015-01-05 20:28:07 +01:00
parent 858041b435
commit 994dff74bd
2 changed files with 2 additions and 2 deletions

View file

@ -121,6 +121,8 @@
</div>
<% #stylesheet %>
@import '<% root.static ../../styles/main.min.css %>';
/* CSS for protected skins (user interface elements etc.) */
ul { list-style: url(<% image /bullet.gif url %>) circle; }

View file

@ -63,9 +63,7 @@ prefix="Last update: " default="None so far" %>)</span></li>
<link rel='alternate' type='application/rss+xml' title='Comments of <% site.title %>' href='<% site.href comments.xml %>'>
<link rel='alternate' type='application/rss+xml' title='Sites of <% root.title %>' href='<% root.href updates.xml %>'>
<link rel='stylesheet' type='text/css' href='<% root.static ../../styles/main.min.css %>'>
<link rel='stylesheet' type='text/css' href='<% site.href main.css %>'>
<script type='text/javascript' src='<% site.href main.js %>'></script>
</head>
<body class='uk-container-center' style='width: 900px;'>