From: Kai Moritz Date: Sun, 14 Sep 2014 21:31:03 +0000 (+0200) Subject: Conditional-Comments für IE reaktiviert X-Git-Tag: src-main-frontend--juplo--home-kai~8 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=4e18dd333d44513a1b51aeb8ef4cd6ee4f911b2b;p=website Conditional-Comments für IE reaktiviert --- diff --git a/pom.xml b/pom.xml index ad1f8f6..1e84957 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 4bf0a0a..50f4fc7 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 0000000..e69de29 diff --git a/src/main/webapp/thymeleaf/templates/layout.html b/src/main/webapp/thymeleaf/templates/layout.html index 72b89d6..881957d 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; + +