diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-02-28 14:22:30 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-02-28 14:25:10 +0100 |
commit | 1b0e3c7fdf4eccb4e6c8abb07be32eab22e071f3 (patch) | |
tree | 9b85d39ba9dc6cae076db4d51e87a937ce0b5d09 /inc | |
parent | 10269bc8c9dfe87eb213c09a44308ce64ae0c12d (diff) | |
download | Shaarli-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.css | 5 |
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 | } | ||