diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-02-15 12:18:23 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2015-02-15 12:18:23 +0100 |
commit | eccd059accbd307b5e36a95eae3c53694f13f6d3 (patch) | |
tree | a8d1dd736d1feada208e64435e14ccbb47fe9d5a /imdb-lookup/html/index-files/css/style.css | |
parent | 71ef667bea7376d1b340d790fa2ef96d80d9ecc1 (diff) | |
download | scripts-eccd059accbd307b5e36a95eae3c53694f13f6d3.tar.gz scripts-eccd059accbd307b5e36a95eae3c53694f13f6d3.zip |
guessit for tags in index
Diffstat (limited to 'imdb-lookup/html/index-files/css/style.css')
-rw-r--r-- | imdb-lookup/html/index-files/css/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/imdb-lookup/html/index-files/css/style.css b/imdb-lookup/html/index-files/css/style.css index aa3d234..6f95335 100644 --- a/imdb-lookup/html/index-files/css/style.css +++ b/imdb-lookup/html/index-files/css/style.css @@ -82,8 +82,10 @@ font-weight: bold; } .movie-tag { font-family: monospace; - padding: 3px; + font-size: 9pt; + padding-left: 3px; + padding-right: 3px; background-color: #f0f0f0; - border: 1px solid #e0e0e0; + border: 1px solid #a0a0a0; border-radius: 4px; } |