diff options
| author | Tom Christie | 2012-09-08 22:06:13 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-08 22:06:13 +0100 |
| commit | 247696e820dfe4535b3141d744129d654f9b6aea (patch) | |
| tree | fee3e54b16f459b0b0501ee83122cc4b9b06c3cb /docs/static | |
| parent | 5d9dfcd8ae10db37f0cca043d3b9977e27197487 (diff) | |
| download | django-rest-framework-247696e820dfe4535b3141d744129d654f9b6aea.tar.bz2 | |
Links to source files in docs
Diffstat (limited to 'docs/static')
| -rw-r--r-- | docs/static/css/drf-styles.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/static/css/drf-styles.css b/docs/static/css/drf-styles.css index ecbd415c..a0566790 100644 --- a/docs/static/css/drf-styles.css +++ b/docs/static/css/drf-styles.css @@ -14,6 +14,14 @@ pre { font-size: 12px; } +a.github { + float: right; + margin-top: -12px; +} + +a.github:hover { + text-decoration: none; +} /* Preserve the spacing of the navbar across different screen sizes. */ .navbar-inner { @@ -66,7 +74,7 @@ blockquote { border-left: none; } - blockquote:before { +blockquote:before { display: block; content: "\201C"; font-size: 80px; @@ -76,7 +84,7 @@ blockquote { color: #7a7a7a; } - blockquote p:last-child { +blockquote p:last-child { color: #999999; font-size: 14px; display: block; |
