aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-02-28 14:22:30 +0100
committerArthurHoaro <arthur@hoa.ro>2016-02-28 14:25:10 +0100
commit1b0e3c7fdf4eccb4e6c8abb07be32eab22e071f3 (patch)
tree9b85d39ba9dc6cae076db4d51e87a937ce0b5d09 /inc
parent10269bc8c9dfe87eb213c09a44308ce64ae0c12d (diff)
downloadShaarli-1b0e3c7fdf4eccb4e6c8abb07be32eab22e071f3.tar.gz
Shaarli-1b0e3c7fdf4eccb4e6c8abb07be32eab22e071f3.tar.zst
Shaarli-1b0e3c7fdf4eccb4e6c8abb07be32eab22e071f3.zip
Fixes #411: remove hardcoded plugin icon size
Diffstat (limited to 'inc')
-rw-r--r--inc/shaarli.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css
index 1be4d752..fec4d679 100644
--- a/inc/shaarli.css
+++ b/inc/shaarli.css
@@ -1178,3 +1178,8 @@ ul.errors {
1178 font-style: normal; 1178 font-style: normal;
1179 color: #80AD48; 1179 color: #80AD48;
1180} 1180}
1181
1182.linklist-plugin-icon {
1183 width: 13px;
1184 height: 13px;
1185}