From: Kai Moritz Date: Sun, 14 Sep 2014 21:31:03 +0000 (+0200) Subject: Conditional-Comments für IE reaktiviert X-Git-Tag: thymeroot-2.0.0~92 X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=4e18dd333d44513a1b51aeb8ef4cd6ee4f911b2b;ds=sidebyside Conditional-Comments für IE reaktiviert --- diff --git a/pom.xml b/pom.xml index ad1f8f69..1e849578 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,7 @@ 4.0.6.RELEASE 2.1.3.RELEASE 1.2.5 + 2.1.1.RELEASE @@ -84,6 +85,12 @@ ${thymeleaf-layout-dialect.version} runtime + + org.thymeleaf.extras + thymeleaf-extras-conditionalcomments + ${thymeleaf-extras-conditionalcomments.version} + runtime + diff --git a/src/main/resources/spring/mvc.xml b/src/main/resources/spring/mvc.xml index 4bf0a0a4..50f4fc70 100644 --- a/src/main/resources/spring/mvc.xml +++ b/src/main/resources/spring/mvc.xml @@ -61,6 +61,7 @@ + diff --git a/src/main/webapp/less/ie8.less b/src/main/webapp/less/ie8.less new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/thymeleaf/templates/layout.html b/src/main/webapp/thymeleaf/templates/layout.html index 72b89d6d..881957d6 100644 --- a/src/main/webapp/thymeleaf/templates/layout.html +++ b/src/main/webapp/thymeleaf/templates/layout.html @@ -14,6 +14,12 @@ @import '[[@{/css/print.css}]]' print; + +