Fixed typo

This commit is contained in:
Pierre
2018-03-25 09:43:39 +02:00
parent cf3207ddc9
commit cca7b536b2
25 changed files with 129 additions and 129 deletions

View File

@ -64,23 +64,23 @@
/**
* Visibility choice
*/
.post-form .post-visiblity-contener {
.post-form .post-visiblity-container {
display: inline-block;
margin-right: 10px;
}
.post-form .post-visiblity-contener label {
.post-form .post-visiblity-container label {
margin-left: 5px;
}
.post-form .post-visiblity-contener input {
.post-form .post-visiblity-container input {
display: none;
}
.post-form .post-visiblity-contener span {
.post-form .post-visiblity-container span {
color: #b5bbc8;
}
.post-form .post-visiblity-contener input:checked ~ span {
.post-form .post-visiblity-container input:checked ~ span {
color: #111111;
}

View File

@ -81,7 +81,7 @@
text-align: center;
}
.post .post-survey-chart-contener {
.post .post-survey-chart-container {
margin-bottom: 10px;
}