Replace background-repeat with correct style.

Replace 'background-repeat: none;' with 'background-repeat: no-repeat;'
This commit is contained in:
R4z3r 2013-10-21 13:33:37 -04:00
parent ff177b33a7
commit b5e8078bee

View File

@ -442,7 +442,7 @@ textarea {
#menu ul li:last-child { #menu ul li:last-child {
margin-right: 0; margin-right: 0;
padding-right: none; padding-right: 0;
border-right: none; 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 { td.unread,td.read,td.read_locked,td.unread_sticky,td.read_locked_sticky,td.unread_locked_sticky,td.read_sticky {
width: 3.5%; width: 3.5%;
background-repeat: none; background-repeat: no-repeat;
background-position: center center; background-position: center center;
} }