diff options
| author | Shyam Seshadri | 2013-03-15 22:17:08 +0530 |
|---|---|---|
| committer | Misko Hevery | 2013-03-15 20:56:22 -0700 |
| commit | 70cf0a389f7ed60edc248e302a5201b283c0a213 (patch) | |
| tree | ffdbeb60b64317a73f4cc7257faaea79dc751612 /docs/src/templates/css/docs.css | |
| parent | 7d4ccea579b0cf6fc39462ef6a7acab5aa675175 (diff) | |
| download | angular.js-70cf0a389f7ed60edc248e302a5201b283c0a213.tar.bz2 | |
feat(docs): Add Improve this doc link in each doc page, which links to the edit mode of that file in github
Diffstat (limited to 'docs/src/templates/css/docs.css')
| -rw-r--r-- | docs/src/templates/css/docs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 53478e33..70d98a3c 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -86,6 +86,10 @@ img.AngularJS-small { /* Content */ /* =============================== */ +.improve-docs { + float: right; +} + .hint { font-size: .7em; color: #c0c0c0; |
