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: capistrano/documentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wp4nuv/documentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gh-pages
Choose a head ref

There isn’t anything to compare.

capistrano:master and wp4nuv:gh-pages are entirely different commit histories.

Showing with 22 additions and 1 deletion.
  1. +1 −0 _includes/carbon.html
  2. +4 −1 _includes/header.html
  3. +17 −0 css/capistrano.css
1 change: 1 addition & 0 deletions _includes/carbon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=capistranorbcom" id="_carbonads_js"></script>
5 changes: 4 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<div class="header">
<div class="row">
<div class="large-12 column">
<div class="large-8 column">
<a href="/" class="brand">
<img src="/images/CapistranoLogo.png" alt="capistrano logo" />
</a>
</div>
<div class="large-4 column">
{% include carbon.html %}
</div>
</div>
</div>
17 changes: 17 additions & 0 deletions css/capistrano.css
Original file line number Diff line number Diff line change
@@ -2,6 +2,23 @@ body {
font-family: "proxima-nova",sans-serif;
}

#carbonads img {
float: left;
margin-right: 1em;
}

#carbonads .carbon-text {
display: block;
font-size: 0.9em;
color: silver;
}

#carbonads .carbon-poweredby {
font-size: 0.75em;
display: block;
color: silver
}

.header {
margin-bottom: 30px;
padding-top: 20px;