Remove duplicate CSS properties

Remove unused parameter
This commit is contained in:
Daniel Ruf
2019-02-27 17:07:51 +01:00
parent 04b1cb5494
commit 556cd5a550
2 changed files with 1 additions and 3 deletions

View File

@@ -306,7 +306,7 @@ $(function () {
}); });
}; };
sparkLine(false); sparkLine();
} }
function goToStep(current, next) { function goToStep(current, next) {

View File

@@ -346,7 +346,6 @@ ul.messenger-theme-air .messenger-message .messenger-actions a {
border-radius: 4px; border-radius: 4px;
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
padding: 10px;
color: #888888; color: #888888;
margin-right: 10px; margin-right: 10px;
padding: 3px 10px 5px; padding: 3px 10px 5px;
@@ -452,7 +451,6 @@ ul.messenger-theme-air .messenger-spinner {
left: 12px; left: 12px;
top: 50%; top: 50%;
margin-top: -13px; margin-top: -13px;
z-index: 999;
height: 24px; height: 24px;
width: 24px; width: 24px;
z-index: 10; z-index: 10;