Skip to content

Instantly share code, notes, and snippets.

@pixelhijack
Created April 3, 2014 14:36
Show Gist options
  • Save pixelhijack/9955525 to your computer and use it in GitHub Desktop.
Save pixelhijack/9955525 to your computer and use it in GitHub Desktop.
.product-page dl{
overflow: hidden;
width:100%;
}
.product-page dt{
width: 30%;
font-weight: bold;
}
.product-page dd{
width: 70%;
-webkit-margin-start: 0;
}
.product-page dt, dd{
display: inline-block;
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment