diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-12-24 15:33:29 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-12-24 15:33:29 +0100 |
commit | 79ba03a5a84a4ac5c526cb69f1337b2fdc876c54 (patch) | |
tree | 739c607acb07086bbbd4225c8c03472544e18830 /imdb-lookup/html/index-files/css | |
parent | 3324414ec1299d5bedcb18314360eb242db2b69d (diff) | |
download | scripts-79ba03a5a84a4ac5c526cb69f1337b2fdc876c54.tar.gz scripts-79ba03a5a84a4ac5c526cb69f1337b2fdc876c54.zip |
filtering
Diffstat (limited to 'imdb-lookup/html/index-files/css')
-rw-r--r-- | imdb-lookup/html/index-files/css/style.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/imdb-lookup/html/index-files/css/style.css b/imdb-lookup/html/index-files/css/style.css index 483d8bb..aa3d234 100644 --- a/imdb-lookup/html/index-files/css/style.css +++ b/imdb-lookup/html/index-files/css/style.css @@ -1,5 +1,5 @@ .box { - margin: 20px 50px auto; + margin: 10px 20px auto; border-radius: 5px; box-shadow: 0px 0px 15px 0px gray; background-color: #fafafa; @@ -55,7 +55,10 @@ font-size: 8pt; vertical-align: center; } -.headline { font-size: 0.9em; color: 3e3e3e; } +.headline { + font-size: 10pt; + color: 3e3e3e; +} .plot { margin-top: 10px; } .consensus { margin-top: 10px; font-style: italic;} .box-footer { |