mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-18 05:58:18 +01:00
Merge pull request #3493 from DanielRuf/fix/remove-duplicateproperties-unused-parameter
Remove duplicate CSS properties
This commit is contained in:
commit
99742caf29
@ -306,7 +306,7 @@ $(function () {
|
||||
});
|
||||
};
|
||||
|
||||
sparkLine(false);
|
||||
sparkLine();
|
||||
}
|
||||
|
||||
function goToStep(current, next) {
|
||||
|
@ -346,7 +346,6 @@ ul.messenger-theme-air .messenger-message .messenger-actions a {
|
||||
border-radius: 4px;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
color: #888888;
|
||||
margin-right: 10px;
|
||||
padding: 3px 10px 5px;
|
||||
@ -452,7 +451,6 @@ ul.messenger-theme-air .messenger-spinner {
|
||||
left: 12px;
|
||||
top: 50%;
|
||||
margin-top: -13px;
|
||||
z-index: 999;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
z-index: 10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user