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

@@ -16,8 +16,8 @@ nav .active {
.menuelement {
border: none;
color: #424a51;
margin: 15px 0px 25px 10px;
padding: 0px;
margin: 15px 0 25px 10px;
padding: 0;
}
.menuelement h4 {
background: none;