summaryrefslogtreecommitdiffstats
path: root/distrib
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-06-08 20:55:31 -0400
committerJames Moger <james.moger@gitblit.com>2012-06-08 20:55:31 -0400
commit62cec24d10fe126e3b7651359c10cf8b7bfd6a5d (patch)
treebca33eccbf7195992d2a0a3515b15c4d9ddbd2dd /distrib
parent0cf876d138f0cff78b520a3601cf24ad2717e93b (diff)
downloadgitblit-62cec24d10fe126e3b7651359c10cf8b7bfd6a5d.tar.gz
gitblit-62cec24d10fe126e3b7651359c10cf8b7bfd6a5d.zip
Updated to Bootstrap 2.0.4. Responsive layout by default.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/gitblit.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 8e768262..440414e7 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -295,6 +295,13 @@ web.enableRpcManagement = false
# SINCE 0.7.0
web.enableRpcAdministration = false
+# If true, the web ui layout will respond and adapt to the browser's dimensions.
+# if false, the web ui will use a 940px fixed-width layout.
+# http://twitter.github.com/bootstrap/scaffolding.html#responsive
+#
+# SINCE 1.0.0
+web.useResponsiveLayout = true
+
# Allow Gravatar images to be displayed in Gitblit pages.
#
# SINCE 0.8.0