diff options
| author | Tom Christie | 2013-06-04 20:59:12 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-06-04 20:59:12 +0100 | 
| commit | f1251e8c58e86db11028396d79f01db5dfcf9e52 (patch) | |
| tree | e69f88d597b51a93c49b87c9dfa6d55f1d6be13e /docs/css | |
| parent | ffa27b840f66d24562de9f66a9ac7a4142da51db (diff) | |
| download | django-rest-framework-f1251e8c58e86db11028396d79f01db5dfcf9e52.tar.bz2 | |
Added trailing_slash argument to routers.  Closes #905
Diffstat (limited to 'docs/css')
| -rw-r--r-- | docs/css/default.css | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/css/default.css b/docs/css/default.css index 5c6c72ce..a4f05daa 100644 --- a/docs/css/default.css +++ b/docs/css/default.css @@ -301,4 +301,5 @@ td, th {  table {    border-color: white; +  margin-bottom: 0.6em;  } | 
