Some minor CSS improvements

- Removes unit if value is 0
- Uses shorthand notation where possible

Signed-off-by: Michael Rosenberger <mr@simpelwebservice.de>
This commit is contained in:
Michael Rosenberger
2018-11-22 23:38:54 +01:00
parent 3a3b35b2eb
commit b9e4adc634
7 changed files with 24 additions and 51 deletions

View File

@@ -2,7 +2,7 @@
/* input elements */
input {
padding: 4px 4px 0px 24px;
padding: 4px 4px 0 24px;
}
input[type="submit"],input[class="nobutton"],input[type="reset"] {