delete unused code and fixes

This commit is contained in:
Gabriel Bazán 2016-10-11 10:19:05 -03:00
commit e2b995102c
5 changed files with 20 additions and 104 deletions

View file

@ -385,6 +385,10 @@ input[type=number] {
text-transform: lowercase;
}
.text-center {
text-align: center;
}
.text-light {
font-weight: 200;
}