aboutsummaryrefslogtreecommitdiffstats
path: root/docs/static
diff options
context:
space:
mode:
authorTom Christie2012-10-05 15:22:30 +0100
committerTom Christie2012-10-05 15:22:30 +0100
commit84958d131a29d80acea94dec5260b484556e73d0 (patch)
tree2738af716dd989f9fb08fdb979dbea9bc6940fc4 /docs/static
parent9d8bce8f5b0915223f57d9fe3d4b63029cfc64c2 (diff)
downloaddjango-rest-framework-84958d131a29d80acea94dec5260b484556e73d0.tar.bz2
Doc style tweaks
Diffstat (limited to 'docs/static')
-rw-r--r--docs/static/css/default.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/static/css/default.css b/docs/static/css/default.css
index 5a73fb99..8401687d 100644
--- a/docs/static/css/default.css
+++ b/docs/static/css/default.css
@@ -61,6 +61,30 @@ a.github:hover {
text-decoration: none;
}
+/* Footer */
+/*
+.footer p {
+ text-align: center;
+ color: gray;
+ border-top: 1px solid #DDD;
+ padding-top: 10px;
+}
+
+.footer a {
+ color: gray;
+ font-weight: bold;
+}
+
+.footer a:hover {
+ color: gray;
+}
+*/
+
+/* */
+body hr {
+ border-top: 1px dotted #A30000
+}
+
/* Force TOC text to not overrun */
#table-of-contents {
overflow: hidden;