add padding between inlined page title and content

Some aggregated contents do not include a span element, so there was zero
padding without this.
master
Joey Hess 2008-10-01 16:49:56 -04:00
parent 6310b05e22
commit f7431af308
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
border-bottom: 0;
}
div.inlinecontent {
margin-top: .4em;
}
.actions li {
display: inline;
padding: .2em .4em;