diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/stylesheets/components/code_of_honor.css | 2 | ||||
| -rw-r--r-- | app/views/home/_code_of_honor.html.erb | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/app/assets/stylesheets/components/code_of_honor.css b/app/assets/stylesheets/components/code_of_honor.css index 1314b9a..4289c85 100644 --- a/app/assets/stylesheets/components/code_of_honor.css +++ b/app/assets/stylesheets/components/code_of_honor.css @@ -3,7 +3,7 @@      margin: 1em auto;      padding: 1em;      color: white; -    border-radius: 1em; +    border-radius: 1rem;  }  #code-of-honor.accepted { background-color: forestgreen; } diff --git a/app/views/home/_code_of_honor.html.erb b/app/views/home/_code_of_honor.html.erb index 9d6a7ee..7f26c3d 100644 --- a/app/views/home/_code_of_honor.html.erb +++ b/app/views/home/_code_of_honor.html.erb @@ -1,5 +1,5 @@  <div id="code-of-honor" class="<%= session[:agreed_to_code_of_honor] ? 'accepted' : 'rejected' %>"> -    <h2>Code d'honneur</h2> +    <h2>Code d'Honneur</h2>      <p>  	Tout Tartifleur s'engage à voter dans le respect de la  	tradition de la WTT. Il ou elle se doit de voter en toute | 
