Visually separate docmeta a bit from the normal content

This commit is contained in:
Jonas Schäfer 2019-04-04 16:53:04 +02:00
parent 48e6477b98
commit 07060ae5e6
2 changed files with 8 additions and 1 deletions

View File

@ -195,7 +195,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
<h1>XEP-<xsl:value-of select='/xep/header/number' />:<xsl:text> </xsl:text><xsl:value-of select='/xep/header/title' /></h1>
<!-- TOP TABLE -->
<xsl:variable name='authors.count' select='count(/xep/header/author)'/>
<dl>
<dl id="docmeta">
<dt>Abstract</dt>
<dd><xsl:value-of select='/xep/header/abstract'/></dd>
<xsl:if test='$authors.count=1'>

View File

@ -660,6 +660,13 @@
content: counters(item, ".") ". ";
counter-increment: item;
}
dl#docmeta {
margin-left: 1.5em;
margin-right: 1.5em;
padding: 1.5em;
border-left: 1px solid rgba(19, 181, 234, 1.0);
}
}
@media screen and ( min-width: 75em ) {