Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f2324271b0ce
Choose a base ref
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4584abbcab74
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 26, 2018

  1. Copy the full SHA
    64dceab View commit details
  2. Merge pull request #197 from grahamc/rich-docs

    Copy non-standard style and JS DOM nodes from the generated docs for richer docs
    edolstra authored Mar 26, 2018
    Copy the full SHA
    4584abb View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 bootstrapify-docbook.xsl
3 changes: 2 additions & 1 deletion bootstrapify-docbook.xsl
Original file line number Diff line number Diff line change
@@ -14,7 +14,8 @@
</xsl:template>

<xsl:template match="*" mode="top">

<xsl:apply-templates select="//x:script[@type='text/javascript']"/>
<xsl:apply-templates select="//x:link[@rel='stylesheet' and @href!='style.css']"/>
<div class="page-header">
<xsl:if test="@class='book'">
<h1><xsl:apply-templates select="//x:div[@class='book']/x:div[@class='titlepage']//x:h1/node()"/></h1>