aboutsummaryrefslogtreecommitdiffstats
path: root/docs/static/css/drf-styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/static/css/drf-styles.css')
-rw-r--r--docs/static/css/drf-styles.css12
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;