Add styling for \since command

This commit is contained in:
John Scipione 2014-06-11 16:25:32 -04:00
parent be902ac4db
commit 1c52b28f3e

View File

@ -113,6 +113,19 @@ a:hover, a:active {
color: #ff4500; /* vermilion */
}
dl.since {
margin-top: 1em;
}
dl.since dt {
display: inline;
padding-right: 0.5em;
}
dl.since dd {
display: inline;
}
/* Some headers act as anchors, don't give them a hover effect */