Merge pull request from ArthurHoaro/plugin-icon-style

Fixes : remove hardcoded plugin icon size
This commit is contained in:
Arthur 2016-02-28 14:28:43 +01:00
commit b0faecb959
5 changed files with 9 additions and 4 deletions

View file

@ -1182,3 +1182,8 @@ ul.errors {
font-style: normal;
color: #80AD48;
}
.linklist-plugin-icon {
width: 13px;
height: 13px;
}