Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
added +AnugalJS button
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed May 1, 2012
1 parent a5c9f77 commit 1b05fce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 9 additions & 2 deletions css/docs.css
Expand Up @@ -88,9 +88,16 @@ code.nocode {
margin-top: 50px;
}

.quick-links li {
.quick-links > li {
display: inline-block;
margin: 0 .5em;
margin: 0 1em;
vertical-align: top;
}

.google-follow {
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 11px;
font-weight: bold;
}

img.AngularJS-large {
Expand Down
4 changes: 4 additions & 0 deletions index.html
Expand Up @@ -192,6 +192,10 @@ <h1>HTML enhanced for web apps!</h1>
</div>
</div>
<ul class='quick-links'>
<li class="google-follow">
Follow +AngularJS on
<a href="https://plus.google.com/110323587230527980117?prsrc=3" rel="publisher" style="text-decoration:none;"><img src="https://ssl.gstatic.com/images/icons/gplus-32.png" alt="" style="border:0;width:20px;height:20px;"/></a>
</li>
<li style="width: 120px; height: 25px;">
<g:plusone size="medium" annotation="inline" width="120" href="http://angularjs.org"></g:plusone>
</li>
Expand Down

0 comments on commit 1b05fce

Please sign in to comment.