Switch over to a non-fluid grid
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/305ac4d9 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/305ac4d9 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/305ac4d9 Branch: refs/heads/master Commit: 305ac4d94efc8ba3b1073f62bb134e04a553d36d Parents: f922ce6 Author: Michael Joyce <[email protected]> Authored: Fri Jul 18 14:09:12 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Jul 18 14:09:12 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/app/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/305ac4d9/ocw-ui/frontend-new/app/index.html ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/index.html b/ocw-ui/frontend-new/app/index.html index 917a697..40cbd01 100644 --- a/ocw-ui/frontend-new/app/index.html +++ b/ocw-ui/frontend-new/app/index.html @@ -24,10 +24,10 @@ <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> - <div class="container-fluid"> + <div class="container"> <div class="row"> <div class="navbar navbar-default" role="navigation"> - <div class="container-fluid"> + <div class="container"> <div class="navbar-header"> <a class="navbar-brand brand" href="#">OCW UI</a> </div> @@ -53,7 +53,7 @@ </div> <!-- Main Content --> <!--<div id="main-container" class="container" ui-view ng-animate="{enter:'fade-enter'}"></div>--> - <div id="main-container" class="container-fluid" ui-view></div> + <div id="main-container" class="container" ui-view></div> </div> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
