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: rustyrussell/pettycoin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 66ce1c26149a
Choose a base ref
...
head repository: rustyrussell/pettycoin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67cc7b9d330c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 28, 2014

  1. Copy the full SHA
    6c23e91 View commit details
  2. Merge pull request #15 from mithro/patch-1

    Adding some padding around your divs.
    rustyrussell committed Jul 28, 2014
    Copy the full SHA
    67cc7b9 View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 web/stylesheets/pettycoin.css
4 changes: 4 additions & 0 deletions web/stylesheets/pettycoin.css
Original file line number Diff line number Diff line change
@@ -22,6 +22,10 @@ div.boxthird {
margin: 0.5%;
}

div {
margin: 10px;
}

.rawtext {
padding: 5px 10px;
clear: both;