diff options
| author | Alec Perkins | 2012-09-07 13:52:44 -0400 | 
|---|---|---|
| committer | Alec Perkins | 2012-09-07 13:52:44 -0400 | 
| commit | 30dedc95e5a71caa436e9ef2e0e543cd0def1162 (patch) | |
| tree | a656ca67b5e87ab0f12e2f3de24a85b4b4fe072e /docs/template.html | |
| parent | 6d7d70c1c052c2ad42ea8bef7cd56760c8041592 (diff) | |
| download | django-rest-framework-30dedc95e5a71caa436e9ef2e0e543cd0def1162.tar.bz2 | |
[docs] Spacing tweaks when getting responsive.
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 1b4113d1..f4a8edb9 100644 --- a/docs/template.html +++ b/docs/template.html @@ -92,7 +92,7 @@            </div>          </div> -        <div class="span9"> +        <div id="main-content" class="span9">            {{ content }}          </div><!--/span-->        </div><!--/row-->  | 
