Improve the homepage with new images and translations

This commit is contained in:
yflory
2017-02-03 16:03:36 +01:00
parent 46b48df966
commit 02439e0f61
19 changed files with 147 additions and 111 deletions

View File

@@ -887,6 +887,8 @@ html.cp,
@media screen and (max-width: 800px) {
.cp #main #userForm,
.cp #main_other #userForm,
.cp #main #loggedIn,
.cp #main_other #loggedIn,
.cp #main #data,
.cp #main_other #data {
transform: initial;
@@ -900,7 +902,9 @@ html.cp,
}
@media screen and (max-width: 800px) {
.cp #main #userForm,
.cp #main_other #userForm {
.cp #main_other #userForm,
.cp #main #loggedIn,
.cp #main_other #loggedIn {
border: 1px solid #888;
}
}