Fixes : remove hardcoded plugin icon size

This commit is contained in:
ArthurHoaro 2016-02-28 14:22:30 +01:00
parent 10269bc8c9
commit 1b0e3c7fdf
5 changed files with 9 additions and 4 deletions

View file

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