Showing posts with label How to apply specific CSS to Chrome only. Show all posts
Showing posts with label How to apply specific CSS to Chrome only. Show all posts

Thursday, 19 December 2013

css Only for Chrome


css Only for Chrome

-webkit paddimg:10px;
or
 @media screen and (-webkit-min-device-pixel-ratio:0) {
   #jflanguageselection{
        position:relative;
        bottom:40px;
     }
   }