Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

Adds introduction to responsive #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
</h1>
<h2>Documentation</h2>
</div>

<div class="row">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be conditional? To only add a new row if the introduction is actually present?

<div class="span12">
<div class="well">
<xsl:value-of select="/project/introduction" disable-output-escaping="yes"/>
</div>
</div>
</div>

<div class="row">
<div class="span7">
Expand Down Expand Up @@ -82,4 +90,4 @@
</div>
</xsl:template>

</xsl:stylesheet>
</xsl:stylesheet>