diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-04 18:21:08 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-04 18:21:08 +0200 |
commit | b8d600ef317ee91b73133cc7af7a83cf12d5d0d9 (patch) | |
tree | 4d11a6169f5c6ddbc120ec5aa9b8cb75636dea97 /lib/plugins/extension | |
parent | dfabb2233685be891929dd4065c257a025dc3151 (diff) | |
download | rpg-b8d600ef317ee91b73133cc7af7a83cf12d5d0d9.tar.gz rpg-b8d600ef317ee91b73133cc7af7a83cf12d5d0d9.tar.bz2 |
fixed screenshot height
Diffstat (limited to 'lib/plugins/extension')
-rw-r--r-- | lib/plugins/extension/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/plugins/extension/style.css b/lib/plugins/extension/style.css index 1cce52be8..0a3a0cc0e 100644 --- a/lib/plugins/extension/style.css +++ b/lib/plugins/extension/style.css @@ -172,6 +172,11 @@ background: transparent url(images/disabled.png) no-repeat 2px 2px; } +#extension__manager div.screenshot img { + width: 120px; + height: 70px; +} + #extension__manager .legend div.screenshot { margin-top: 4px; margin-left: -132px; |