aboutsummaryrefslogtreecommitdiffstats
path: root/docs/css/default.css
diff options
context:
space:
mode:
authorTom Christie2013-06-05 13:33:19 +0100
committerTom Christie2013-06-05 13:33:19 +0100
commitde00ec95c3007dd90b5b01f7486b430699ea63c1 (patch)
treed2ce8037d446fd9133b3d6a77ebcc49350d7ebc3 /docs/css/default.css
parent9428d6ddb5ebc2d5d9c8557a52be09f0def69cca (diff)
parent2ca243a1144bb2a5461767a21ed14dec1d2b8dc2 (diff)
downloaddjango-rest-framework-de00ec95c3007dd90b5b01f7486b430699ea63c1.tar.bz2
Merge master
Diffstat (limited to 'docs/css/default.css')
-rw-r--r--docs/css/default.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/css/default.css b/docs/css/default.css
index 998efa27..a4f05daa 100644
--- a/docs/css/default.css
+++ b/docs/css/default.css
@@ -103,6 +103,10 @@ pre {
overflow: hidden;
}
+.nav-list > li > a {
+ padding: 2px 15px 3px;
+}
+
/* Set the table of contents to static so it flows back into the content when
viewed on tablets and smaller. */
@media (max-width: 767px) {
@@ -297,4 +301,5 @@ td, th {
table {
border-color: white;
+ margin-bottom: 0.6em;
}