changeset b3e5bc87de63 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=b3e5bc87de63
description:
Remove fade in effect on header
diffstat:
templates/layout.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 63578bdda012 -r b3e5bc87de63 templates/layout.html
--- a/templates/layout.html Sat Jul 06 12:18:06 2019 +0200
+++ b/templates/layout.html Sun Jul 07 22:38:09 2019 +0200
@@ -34,7 +34,7 @@
</head>
<body>
- <header id="header" class="wow fadeIn">
+ <header id="header">
{% block header %}
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">