diff options
| author | Julien Bouquillon | 2013-05-10 23:06:18 +0200 | 
|---|---|---|
| committer | Brian Ford | 2013-07-11 14:07:08 -0700 | 
| commit | 52d6a5990225439ac9141398d83e0d4e6134b576 (patch) | |
| tree | e84f333f3ac1b4bef3696d8638fe3a89fe79f706 /docs/src/templates/css/docs.css | |
| parent | 8bd6619b7efa485b020fec96c76047e480469871 (diff) | |
| download | angular.js-52d6a5990225439ac9141398d83e0d4e6134b576.tar.bz2 | |
feat(ngDocs): add links to source for API
 - add tests
 - the link points to the gruntUtil.getVersion().number tree on github
Diffstat (limited to 'docs/src/templates/css/docs.css')
| -rw-r--r-- | docs/src/templates/css/docs.css | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 5d769b29..7b611d24 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -95,8 +95,9 @@  /*            Content              */  /* =============================== */ -.improve-docs { +.improve-docs, .view-source {    float: right; +  margin: 0 5px;  }  .hint { | 
