mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 10:31:37 +00:00
Replace background-repeat with correct style.
Replace 'background-repeat: none;' with 'background-repeat: no-repeat;'
This commit is contained in:
parent
ff177b33a7
commit
b5e8078bee
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user