Skip to content

Instantly share code, notes, and snippets.

@merianos
Created May 8, 2018 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merianos/2578c337020cc0b06f16f706d56d72dc to your computer and use it in GitHub Desktop.
Save merianos/2578c337020cc0b06f16f706d56d72dc to your computer and use it in GitHub Desktop.
Create DL list
/* CSS Code for the DL List in the sidebar of the page: /stoixima-odigos-theoria */
/* 07/May/2018 */
.icon-listed-dl {
display: table;
width: calc( 100% - 10px );
background: #FFF;
padding: 5px;
}
.icon-listed-dl dt {
display: table-cell;
width: 37px;
vertical-align: top;
}
.icon-listed-dl dd {
display: table-cell;
vertical-align: top;
padding: 10px;
}
.icon-listed-dl dd a {
text-decoration: none;
color: #212121;
font-size: 14px;
}
/* 07/May/2018 */
/* CSS Code for the DL List in the sidebar of the page: /stoixima-odigos-theoria */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment