diff --git a/static/css/nuages.css b/static/css/nuages.css
index c621f9466cc58b23b89be537f52fe09307921b8d..ecf3cbcea24594b5aaffdc8abac3b720faed88dd 100644
--- a/static/css/nuages.css
+++ b/static/css/nuages.css
@@ -10,7 +10,7 @@ a:link, a:active, a:visited {
color:#033591;
}
-a:hover {color:#044bcd;}
+a:hover {color:#044bcd; background-color: #f7f7ff;}
h2, h3, h4 {color: #555;}
@@ -154,14 +154,13 @@ form label {
width: 180px;
padding: 8px;
margin: 8px;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
+ -moz-border-radius: 9px;
+ -webkit-border-radius: 9px;
border: 1px solid #efefff;
}
.icone:hover {
- border: 1px solid #ddf;
- background-image: url('/static/images/back2.png');
+ background-color: #f7f7ff;
}
.indent {
diff --git a/templates/index.html b/templates/index.html
index 3809fca3af8a4da9cc53d39a7510d8817db1f7e3..34c59134778642d33c42eabecf4694b3e97fbee3 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -18,7 +18,7 @@
{% endblock %}
{% block content %}
-
+
{% trans "About nuages" %}