diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index d2e12233..729c57f3 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1423,4 +1423,12 @@ color: #2485AE; #noPubsOrGrants-span a { color: #84a655; font-size:16px; +} + +/* -------------------------------------------------> */ +/* IE message when JS is disabled -----------------> */ +/* -------------------------------------------------> */ +.ie-alert { + color: #f00; + font-weight: bold; } \ No newline at end of file diff --git a/themes/wilma/templates/menu.ftl b/themes/wilma/templates/menu.ftl index b002fc79..97de335b 100644 --- a/themes/wilma/templates/menu.ftl +++ b/themes/wilma/templates/menu.ftl @@ -19,4 +19,10 @@ ${flash} - \ No newline at end of file + + + \ No newline at end of file