From b5e8078bee50c481185b42b77d64d20d2ef8e04f Mon Sep 17 00:00:00 2001 From: R4z3r Date: Mon, 21 Oct 2013 13:33:37 -0400 Subject: [PATCH] Replace background-repeat with correct style. Replace 'background-repeat: none;' with 'background-repeat: no-repeat;' --- static/styles/mono/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/mono/style.css b/static/styles/mono/style.css index ad72a616..2c297ec4 100644 --- a/static/styles/mono/style.css +++ b/static/styles/mono/style.css @@ -442,7 +442,7 @@ textarea { #menu ul li:last-child { margin-right: 0; - padding-right: none; + padding-right: 0; border-right: none; } @@ -768,7 +768,7 @@ body#index #recommended #vanityhouse { td.unread,td.read,td.read_locked,td.unread_sticky,td.read_locked_sticky,td.unread_locked_sticky,td.read_sticky { width: 3.5%; - background-repeat: none; + background-repeat: no-repeat; background-position: center center; }