Module: appdb Branch: master Commit: febea42089aa7423c66d28a35fedcdecf3adafc2 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=febea42089aa7423c66d28a35...
Author: Jeremy Newman jnewman@codeweavers.com Date: Thu Nov 17 10:09:12 2016 -0600
wrap body in container fluid
---
include/footer.php | 1 + include/header.php | 2 ++ 2 files changed, 3 insertions(+)
diff --git a/include/footer.php b/include/footer.php index 623b5fa..1340d41 100644 --- a/include/footer.php +++ b/include/footer.php @@ -1,6 +1,7 @@
<!-- End Content --> </div> +</div>
<div id="footer"> <a href="https://wiki.winehq.org/WineHQ_Wiki:Privacy_policy">Privacy Policy</a><br><br> diff --git a/include/header.php b/include/header.php index 47b8e8c..427a824 100644 --- a/include/header.php +++ b/include/header.php @@ -110,4 +110,6 @@ echo "</div>\n"; ?>
<div id="whq-page-body"> +<div class="container-fluid"> + <!-- Start Content -->