Adds i18n, english l10n, CHANGELOG and lesserphp instead of lessphp
This commit is contained in:
parent
fc718d2e46
commit
3356db6555
17 changed files with 5732 additions and 3999 deletions
10
style.less
10
style.less
|
|
@ -33,6 +33,10 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#firstWrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
@ -47,7 +51,7 @@ a {
|
|||
max-width: 480px;
|
||||
}
|
||||
|
||||
.centrer {
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
@ -61,7 +65,7 @@ form {
|
|||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.center {
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
|
@ -360,7 +364,7 @@ input[type=color] {
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
.center {
|
||||
main {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue