Colons must be followed by a single space
This commit is contained in:
parent
8906801d6c
commit
0789cfd311
4 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
margin-bottom: 10px;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
padding-bottom: 8px;
|
||||
|
||||
color: #FFFFFF;
|
||||
|
@ -37,7 +37,7 @@
|
|||
|
||||
.form-group {
|
||||
vertical-align: top;
|
||||
margin-right: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.description {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#france_connect_particulier_email{
|
||||
width: 300px;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#form_login{
|
||||
text-align: center;
|
||||
max-width:500px;
|
||||
max-width: 500px;
|
||||
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
padding: 20px;
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
|||
|
||||
#new_user{
|
||||
width: 80%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#support_navigator_banner{
|
||||
position: fixed;
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
line-height: 2em;
|
||||
color: #FFFFFF;
|
||||
background-color: #990000;
|
||||
|
|
Loading…
Reference in a new issue