diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-12-21 22:58:09 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-12-21 22:58:09 +0100 |
commit | 02afa4a99fcb9e899e786357254708402a7b73ef (patch) | |
tree | bfba3883954b89e60a28c1ec7243feb8a0d3aa44 /imdb-lookup/css/style.css | |
parent | 1e2e2cfbf805bd126816c11dd7e10099aa15a582 (diff) | |
download | scripts-02afa4a99fcb9e899e786357254708402a7b73ef.tar.gz scripts-02afa4a99fcb9e899e786357254708402a7b73ef.zip |
smaller poster
Diffstat (limited to 'imdb-lookup/css/style.css')
-rw-r--r-- | imdb-lookup/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/imdb-lookup/css/style.css b/imdb-lookup/css/style.css index 5f04ced..3d4b99b 100644 --- a/imdb-lookup/css/style.css +++ b/imdb-lookup/css/style.css @@ -27,9 +27,9 @@ } .poster { margin: 10px; - width: 154px; + width: 92px; float: left; - min-height: 200px; + min-height: 138px; box-shadow: 0px 0px 5px 0px gray; } .info { |