Use the full width by using a fluid design
authorMagnus Hagander <magnus@hagander.net>
Sat, 24 Aug 2013 13:27:55 +0000 (15:27 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 24 Aug 2013 13:27:55 +0000 (15:27 +0200)
pgcommitfest/commitfest/templates/base.html

index 6c378191f326fdd2dd7ad02b62d010aec6a4859d..6010b81c2bd729c6dac37a38b66e474f933bbf81 100644 (file)
@@ -8,7 +8,7 @@
   <link rel="stylesheet" href="/static/commitfest/css/bootstrap.css" />
 </head>
 <body>
-<div class="container">
+<div class="container-fluid">
 <ul class="breadcrumb">
  <li><a href="/">Home</a> <span class="divider">/</span></li>
 {%for c in breadcrumbs%}