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
parent
6310b05e22
commit
f7431af308
|
@ -30,6 +30,10 @@
|
|||
border-bottom: 0;
|
||||
}
|
||||
|
||||
div.inlinecontent {
|
||||
margin-top: .4em;
|
||||
}
|
||||
|
||||
.actions li {
|
||||
display: inline;
|
||||
padding: .2em .4em;
|
||||
|
|
Loading…
Reference in New Issue