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:
4
templates/Sparkle/assets/css/dark.css
vendored
4
templates/Sparkle/assets/css/dark.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user