add padding between inlined page title and content
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 1 Oct 2008 20:49:56 +0000 (16:49 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 1 Oct 2008 20:49:56 +0000 (16:49 -0400)
Some aggregated contents do not include a span element, so there was zero
padding without this.

doc/style.css

index 595a38dfa5bf43c5e411f538be8fd747d1eb9a23..5787ef65e46096e763f3d3f522b5ea3f14b41933 100644 (file)
        border-bottom: 0;
 }
 
+div.inlinecontent {
+       margin-top: .4em;
+}
+
 .actions li {
        display: inline;
        padding: .2em .4em;