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:
2
templates/Sparkle/assets/css/main_ie.css
vendored
2
templates/Sparkle/assets/css/main_ie.css
vendored
@@ -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"] {
|
||||
|
||||
Reference in New Issue
Block a user