diff options
author | Bryan Newbold <bnewbold@archive.org> | 2017-09-02 19:11:45 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2017-09-02 19:11:45 -0700 |
commit | eae3fdd06acaa48bd3dbc23225b21dc26a028691 (patch) | |
tree | dd2c3c8c3698ebe1b9bf4163148539f12393834b /theme | |
parent | 43d5da07d56481f7f3cc11fa857326427fcea149 (diff) | |
download | archive3k.org-eae3fdd06acaa48bd3dbc23225b21dc26a028691.tar.gz archive3k.org-eae3fdd06acaa48bd3dbc23225b21dc26a028691.zip |
fix over-nesting
Diffstat (limited to 'theme')
-rw-r--r-- | theme/templates/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index bf8e8a3..3ee98a0 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -11,7 +11,6 @@ <div class="container-fluid postnav-content"> <div class="container"> -<div class="container-fluid"> <div class="row"> <div class="col-md-4"> <br> @@ -129,15 +128,12 @@ </div> </div> </div> <!-- row --> -</div> <!-- container-fluid --> </div> <!-- container --> </div> <!-- container-fluid postnav-content --> {% endblock %} {% block content %} -<div class="container"> - <div class="row"> <div class="col-md-4 top-info-col"> @@ -400,7 +396,4 @@ </div> </div> <!-- row --> - - -</div> <!-- container --> {% endblock %} |