Tweak nav style slightly

This commit is contained in:
Tom Christie 2013-05-21 17:45:25 +01:00
parent 6434a5f4a8
commit 0e80a535fb
2 changed files with 6 additions and 2 deletions

View File

@ -339,11 +339,11 @@ Templates will render with a `RequestContext` which includes the `status_code` a
The following third party packages are also available.
### MessagePack
## MessagePack
[MessagePack][messagepack] is a fast, efficient binary serialization format. [Juan Riaza][juanriaza] maintains the [djangorestframework-msgpack][djangorestframework-msgpack] package which provides MessagePack renderer and parser support for REST framework.
### CSV
## CSV
Comma-separated values are a plain-text tabular data format, that can be easily imported into spreadsheet applications. [Mjumbe Poe][mjumbewu] maintains the [djangorestframework-csv][djangorestframework-csv] package which provides CSV renderer support for REST framework.

View File

@ -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) {