Skip to content

Commit

Permalink
Merge pull request #76 from eco/github-ribbon
Browse files Browse the repository at this point in the history
Add github ribbon
  • Loading branch information
andralex committed Feb 20, 2012
2 parents c45a2ad + 88d1d70 commit 60d3423
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/print.css
Expand Up @@ -10,7 +10,7 @@ pre
overflow-X: hidden;
}

#search-box, #header, #navigation, #lastupdate, #tools, #google_ad, #footernav, #copyright
#search-box, #header, #navigation, #lastupdate, #tools, #google_ad, #footernav, #copyright, #github-ribbon
{
display: none;
}
Expand Down
14 changes: 12 additions & 2 deletions css/style.css
Expand Up @@ -248,12 +248,21 @@ img#logo
text-decoration: none;
}

img#github-ribbon
{
position: absolute;
top: 0;
right: 0;
border: 0;
z-index: 1;
}

div#search-box
{
background-color: transparent;
float: right;
margin-top: 1em;
margin-right: 1em;
margin-top: 2em;
margin-right: 7em;
text-align: right;
}

Expand Down Expand Up @@ -394,6 +403,7 @@ div#tools
{
margin: -1.5em;
margin-bottom: 0;
margin-right: 0;
text-align: right;
}

Expand Down
5 changes: 5 additions & 0 deletions download.dd
@@ -1,5 +1,10 @@
Ddoc

<!-- Github ribbon -->
<a href="http://github.com/D-Programming-Language"><img id="github-ribbon"
src="/images/github-ribbon.png" alt="Fork D on GitHub"></a>


$(D_S Downloads,

$(TABLE2 DMD - Digital Mars D Programming Language version 2,
Expand Down
Binary file added images/github-ribbon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60d3423

Please sign in to comment.