diff options
| author | Tom Christie | 2012-09-09 16:56:04 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-09 16:56:04 +0100 |
| commit | d4f8b4cf0683923fe85652f8fd572d2931eb3074 (patch) | |
| tree | 0bdf405a6c67d2f62f6670e749b72bf9be0fafe6 /docs/template.html | |
| parent | baa6e2c18b94345e8f00f28a34817abdbdb437dc (diff) | |
| download | django-rest-framework-d4f8b4cf0683923fe85652f8fd572d2931eb3074.tar.bz2 | |
Collapsing menu, travis and github badges, horizontal scrolling code on overflow
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html index a4b4d4b4..c8cfbbab 100644 --- a/docs/template.html +++ b/docs/template.html @@ -16,7 +16,7 @@ <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> - <body onload="prettyPrint()"> + <body onload="prettyPrint()" class="{{ page_id }}"> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> |
