summaryrefslogtreecommitdiff
path: root/pgcommitfest
diff options
context:
space:
mode:
authorMagnus Hagander2013-08-24 13:27:55 +0000
committerMagnus Hagander2013-08-24 13:27:55 +0000
commit34faea0683cb2326f41d899312a30e1a979e996c (patch)
tree262a3a9a1c90c5f58cf9357ed846f8459c0e11ba /pgcommitfest
parent3d67e38638e1d985f1d771cda9cada04b795ce7f (diff)
Use the full width by using a fluid design
Diffstat (limited to 'pgcommitfest')
-rw-r--r--pgcommitfest/commitfest/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/base.html b/pgcommitfest/commitfest/templates/base.html
index 6c37819..6010b81 100644
--- a/pgcommitfest/commitfest/templates/base.html
+++ b/pgcommitfest/commitfest/templates/base.html
@@ -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%}