diff --git a/public/asset/default/css/framework.css b/public/asset/default/css/framework.css index d928ccc..c1101f2 100644 --- a/public/asset/default/css/framework.css +++ b/public/asset/default/css/framework.css @@ -152,7 +152,7 @@ a.label-green:hover { border-radius: 50%; } -.border-pink-light { +.border-color-pink-light { border: 1px #9b6895 solid; } @@ -164,11 +164,11 @@ a.label-green:hover { border: 1px #65916d solid; } -.border-bottom-pink { +.border-color-pink { border-bottom: 1px #a44399 solid; } -.border-default { +.border-color-default { border: 1px #5d627d solid; } diff --git a/templates/default/torrent/edit/locales.html.twig b/templates/default/torrent/edit/locales.html.twig index 4c1b543..005ce1a 100644 --- a/templates/default/torrent/edit/locales.html.twig +++ b/templates/default/torrent/edit/locales.html.twig @@ -63,7 +63,7 @@ {% endif %} {{ 'by'|trans }} - {{'identicon'|trans }} + {{'identicon'|trans }}
{% if edition.approved %} diff --git a/templates/default/user/dashboard.html.twig b/templates/default/user/dashboard.html.twig index 0fa8921..feb1eed 100644 --- a/templates/default/user/dashboard.html.twig +++ b/templates/default/user/dashboard.html.twig @@ -6,7 +6,7 @@
- {{ 'identicon'|trans }} diff --git a/templates/default/user/info.html.twig b/templates/default/user/info.html.twig index ad0f3b0..a2c110e 100644 --- a/templates/default/user/info.html.twig +++ b/templates/default/user/info.html.twig @@ -3,7 +3,7 @@ {% block main_content %}
- {{ 'identicon'|trans }} + {{ 'identicon'|trans }}

{{ 'Profile'|trans }}

diff --git a/templates/default/user/profile.html.twig b/templates/default/user/profile.html.twig index 03c9ec4..f54c25f 100644 --- a/templates/default/user/profile.html.twig +++ b/templates/default/user/profile.html.twig @@ -4,7 +4,7 @@
- {{ 'identicon'|trans }} + {{ 'identicon'|trans }}

{{ 'Profile'|trans }}