[Docs] Style the links to examples

This commit is contained in:
Chris Eppstein 2010-04-30 09:53:44 -07:00
parent 866095e43e
commit 74bfb0eccb

View File

@ -70,3 +70,17 @@ table.constants {
@include inner-table-borders(1px);
td, th {
padding: 0.25em 0.5em; } }
dl.examples {
display: table;
margin-bottom: 2em;
dt, dd {
display: table-cell;
}
dd {
padding-left: 0.33em;
&:before {
content: " - ";
}
}
}