Actually I guess you mean to check if imgRounded is used or not.
It's not, so we can remove the 3 imgRounded css blocks right?
Thanks
Jacques (still a newb in css :D)
Le 08/05/2019 à 09:28, Jacques Le Roux a écrit :
> Hi Suraj,
>
> Yep, saw that but still unsure what to do :)
>
> Jacques
>
> Le 08/05/2019 à 09:19, Suraj Khurana a écrit :
>> Hello Jacques,
>>
>> I think rev#1787742 might help.
>> If they are removed after that (Need to check), we can remove this code
>> occurrence as well.
>>
>> --
>> Kind Regards,
>> Suraj Khurana
>>
>>
>>
>>
>>
>>
>>
>> On Wed, May 8, 2019 at 12:43 PM Jacques Le Roux <
>>
[hidden email]> wrote:
>>
>>> Hi,
>>>
>>> While checking links of the site I found that this block in
>>> /site/css/layout.css
>>>
>>> .imgRounded {
>>> -moz-border-radius:50%;
>>> -webkit-border-radius:50%;
>>> border-radius:50%;
>>> height:220px;
>>> width:220px;
>>> overflow:hidden;
>>> background-image:url('../images/team/pic3.jpg') no-repeat center #555;
>>> }
>>>
>>> uses images/team/pic3.jpg. Both images/team/ and pic3.jpg don't exist.
>>>
>>> Not sure what to do with that
>>>
>>> Thanks
>>>
>>> Jacques
>>>
>>>
>