Skip to content

Instantly share code, notes, and snippets.

@AlexArchive
Created November 25, 2013 04:51
Show Gist options
  • Select an option

  • Save AlexArchive/7636546 to your computer and use it in GitHub Desktop.

Select an option

Save AlexArchive/7636546 to your computer and use it in GitHub Desktop.
Metro Definition List for Legacy Browsers
body
{
font-family: sans-serif;
}
dl
{
width: 700px;
}
dt
{
float: left;
clear: right;
width: 176px;
height: 58px;
line-height: 58px;
color: white;
background-color: #2eaae8;
}
dd
{
float: right;
width: 495px;
margin-left: 0;
margin-bottom: 5px;
height: 56px;
line-height: 56px;
color: #444;
border: 1px #cccccc solid;
border-left: none;
}
dt, dd
{
padding-left: 14px;
font-size: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment