Skip to content

Commit

Permalink
Merge pull request #2 from rogeriopradoj/pt_BR-translation
Browse files Browse the repository at this point in the history
Fix #1: Translation into pt_BR
  • Loading branch information
danielkummer committed Nov 6, 2012
2 parents 37c4f1a + 3494651 commit 5f7360c
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,20 @@ code {
width: 100%;
}

#translations {
position: absolute;
top: 340px;
width: 100%;
right: 15%;
text-align: right;
}

#translations .active {
text-decoration: none;
cursor: default;
color: #3a7eff;
}

#disqus_thread {
width: 800px;
text-align: left;
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ <h1 id="title">git-flow cheatsheet</h1>
}(document, "script", "twitter-wjs");</script>
</p>
<p id="desc">efficient branching using git-flow by <a href="http://nvie.com/">Vincent Driessen</a></p>
<p id="translations">translations: <a href="#" class="active" title="english">en</a> - <a href="index.pt_BR.html" title="Brazilian Portugues">pt_BR</a></p>
</header>

<div id="main">
Expand Down
Loading

0 comments on commit 5f7360c

Please sign in to comment.