diff options
author | jan <jan@ruken.pw> | 2015-12-29 19:05:45 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-29 19:05:45 (UTC) |
commit | 5a87c787713edb20b735b8460f5ab49d0041e236 (patch) | |
tree | 1be2c03f4f830db580b6cd9c785990362da4ea57 /assets | |
parent | d6d002dda847b9bdeb6f464f7a1fafaab0419a55 (diff) |
thumbnail kann jetzt bei gril.ImagePath bevorzugt werden. das bild des grils sollte jetzt auch nicht mehr gequetscht aussehen.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/list.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/list.css b/assets/css/list.css index bc51fd2..7e6dde9 100644 --- a/assets/css/list.css +++ b/assets/css/list.css | |||
@@ -16,4 +16,12 @@ | |||
16 | position: relative; | 16 | position: relative; |
17 | top: 8px; | 17 | top: 8px; |
18 | left: -15px; | 18 | left: -15px; |
19 | } | ||
20 | |||
21 | .gril-img { | ||
22 | background-repeat: no-repeat; | ||
23 | background-position: center center; | ||
24 | background-size: cover; | ||
25 | width: 64px; | ||
26 | height: 64px; | ||
19 | } \ No newline at end of file | 27 | } \ No newline at end of file |