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: 08da76fdc78f
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: 3e53706fdaa9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 7, 2018

  1. Fixes horizontal scrolling originating from <code> blocks.

    See: https://twitter.com/kumbunterland/status/982638331757506567
    
    The `<code>` blocks are normally expected to have a `white-space`
    property of `normal`, at least I assume docbook would expect the
    default. Bootstrap (2.3) changes it to nowrap, which isn't helpful for
    an inline type element.
    samueldr committed Apr 7, 2018
    Copy the full SHA
    3874dbc View commit details

Commits on Apr 18, 2018

  1. Merge pull request #205 from samueldr/fix/manual-horiz-scroll

    Fixes horizontal scrolling originating from `<code>` blocks. (in nixpkgs manual)
    edolstra authored Apr 18, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3e53706 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 css/nixos-site.css
1 change: 1 addition & 0 deletions css/nixos-site.css
Original file line number Diff line number Diff line change
@@ -315,6 +315,7 @@ div.docbook code {
background-color: inherit;
color: inherit;
font-size: 100%;
white-space: normal;
}

div.docbook div.toc {