diff options
| author | Tom Christie | 2012-09-12 13:11:26 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-12 13:11:26 +0100 | 
| commit | dac4cb9e8bf107f407ed8754bbef0ce97e79beb2 (patch) | |
| tree | f57fc7774d36098e6aa8cf8af416aa5382fbc3e1 /docs/static | |
| parent | 2469cd2c837112cc8134bebc6d3ac34994529c78 (diff) | |
| download | django-rest-framework-dac4cb9e8bf107f407ed8754bbef0ce97e79beb2.tar.bz2 | |
GitHub link in toolbar
Diffstat (limited to 'docs/static')
| -rw-r--r-- | docs/static/css/drf-styles.css | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/static/css/drf-styles.css b/docs/static/css/drf-styles.css index a5f0b97a..7ad9d717 100644 --- a/docs/static/css/drf-styles.css +++ b/docs/static/css/drf-styles.css @@ -22,6 +22,13 @@ pre {      display: block;  } +/* Header link to GitHub */ +.repo-link { +    float: right; +    margin-right: 10px; +    margin-top: 7px; +} +  /* GitHub 'Star' badge */  body.index #main-content iframe {      float: right;  | 
