Skip to content

Instantly share code, notes, and snippets.

View Mil00Z's full-sized avatar

A Boy Has No Name Mil00Z

  • By_My_Self
  • Dathomir
View GitHub Profile
@jbutko
jbutko / style.css
Created September 26, 2013 18:43
CSS, Safari: Target only Safari browser
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Chrome */
.flex-direction-nav-featured a{
margin-top: 4%;
}
/* Safari only override */
::i-block-chrome,.flex-direction-nav-featured a{
margin-top: 5%;
}