[SOLVED] I have lost the rounded corners setting - Joomla! Forum - community, help and support


hi all,

at point turned on rounded corners images - using protostar template - want turn them off, have forgotten setting - have decided easier add little css images want have rounded edges, rather have it.

thank in advance :)

hey - found solution :)

code: select all

img {
   max-width: 100%;
   height: auto;
   vertical-align: middle;
   border: 0;
   -ms-interpolation-mode: bicubic;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
}


found near line 50 in template.css - commented out lines

code: select all

border-radius
in them , bye bye rounded corners :)

turns out had eat lunch refresh brain :p





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support