From eccd059accbd307b5e36a95eae3c53694f13f6d3 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 15 Feb 2015 12:18:23 +0100 Subject: guessit for tags in index --- imdb-lookup/html/index-files/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'imdb-lookup/html/index-files') 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; } -- cgit v1.2.1