From d03d1565f3e7a86e784e53dc8ec9a748ce737c88 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 6 Mar 2012 17:59:25 +0100 Subject: [PATCH] Styling fix for numberlist --- couchpotato/core/plugins/movie/static/movie.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/movie/static/movie.css b/couchpotato/core/plugins/movie/static/movie.css index 4b414aed..1df14ef0 100644 --- a/couchpotato/core/plugins/movie/static/movie.css +++ b/couchpotato/core/plugins/movie/static/movie.css @@ -348,7 +348,8 @@ text-shadow: none; } .movies .alph_nav .numbers li:first-child { - width: 44px; + width: 43px; + margin-left: 7px; } .movies .alph_nav li.available { color: rgba(255,255,255,0.8);