Browse Source

Add nicer styles for dl elements

pm2
Luke Childs 8 years ago
parent
commit
8cffbe9a66
  1. 8
      assets/style.css

8
assets/style.css

@ -163,6 +163,14 @@ dl {
font-family: "Source Code Pro", Consolas, monospace;
}
dt:not(:first-child) {
margin-top: 1em;
}
dd {
margin: 0.2em 0 0 2em;
}
/* Footer */
footer {
margin-top: 2em;

Loading…
Cancel
Save