Colons must be followed by a single space

This commit is contained in:
gregoirenovel 2017-04-12 10:33:16 +02:00
parent 8906801d6c
commit 0789cfd311
4 changed files with 10 additions and 10 deletions

View file

@ -4,7 +4,7 @@
margin-bottom: 10px; margin-bottom: 10px;
margin-left: 0; margin-left: 0;
margin-right: 0; margin-right: 0;
text-align:center; text-align: center;
padding-bottom: 8px; padding-bottom: 8px;
color: #FFFFFF; color: #FFFFFF;
@ -37,7 +37,7 @@
.form-group { .form-group {
vertical-align: top; vertical-align: top;
margin-right: 15px; margin-right: 15px;
} }
.description { .description {

View file

@ -1,5 +1,5 @@
#france_connect_particulier_email{ #france_connect_particulier_email{
width: 300px; width: 300px;
margin-left:auto; margin-left: auto;
margin-right:auto; margin-right: auto;
} }

View file

@ -1,9 +1,9 @@
#form_login{ #form_login{
text-align: center; text-align: center;
max-width:500px; max-width: 500px;
margin-left:auto; margin-left: auto;
margin-right:auto; margin-right: auto;
padding: 20px; padding: 20px;
@ -16,8 +16,8 @@
#new_user{ #new_user{
width: 80%; width: 80%;
margin-left:auto; margin-left: auto;
margin-right:auto; margin-right: auto;
} }
hr { hr {

View file

@ -1,6 +1,6 @@
#support_navigator_banner{ #support_navigator_banner{
position: fixed; position: fixed;
text-align:center; text-align: center;
line-height: 2em; line-height: 2em;
color: #FFFFFF; color: #FFFFFF;
background-color: #990000; background-color: #990000;