mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-22 15:48:52 -05:00
Visually separate docmeta a bit from the normal content
This commit is contained in:
parent
48e6477b98
commit
07060ae5e6
2
xep.xsl
2
xep.xsl
@ -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'>
|
||||
|
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user