From da69c2840ac5390000af212e83737c5239e99ef6 Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 9 Aug 2012 22:11:29 +0200 Subject: [PATCH] Wrong content tag in search bugs Opera. fix #696 --- couchpotato/core/plugins/movie/static/search.css | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/plugins/movie/static/search.css b/couchpotato/core/plugins/movie/static/search.css index 4f43ffe1..76130cb0 100644 --- a/couchpotato/core/plugins/movie/static/search.css +++ b/couchpotato/core/plugins/movie/static/search.css @@ -186,7 +186,6 @@ .movie_result .info h2 span { padding: 0 5px; - content: ")"; } .movie_result .info h2 span:before { content: "("; }