Abstände zwischen aktiven/nicht-aktiven Menüeinträgen korrigiert
[website] / dist / thymeleaf / templates / fragments.html
index ca25678..c5a23a0 100644 (file)
@@ -2,11 +2,11 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.thymeleaf.org">
   <head>
     <title>Fragments</title>
-    <link rel="stylesheet" type="text/css" href="../../css/base.min.css"/>
-    <style type="text/css">
-      @import '../../css/screen.min.css' screen;
-      @import '../../css/print.min.css' print;
-    </style>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <link rel="stylesheet/less" type="text/css" href="../../less/base.less"/>
+    <link rel="stylesheet/less" type="text/css" href="../../less/screen.less" media="screen"/>
+    <link rel="stylesheet/less" type="text/css" href="../../less/print.less" media="print"/>
+    <script src="../../js/less-1.7.0.min.js"></script>
   </head>
   <body>
     <h1>Explanation fo the german word "Impressum"</h1>
@@ -26,8 +26,8 @@
     <article class="main" layout:fragment="wip(title)">
       <header><h1 th:text="${title}">PAGE-TITLE</h1></header>
       <div class="wip" th:fragment="wip">
-        <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
-        <p th:include="templates/layout :: maincontent" th:remove="tag">
+        <img class="w" src="..//img/comming-soon.png" alt="Comming soon..."/>
+        <p th:include="/templates/layout :: maincontent" th:remove="tag">
           PAGE-CONTENT
         </p>
       </div>