diff options
author | James Moger <james.moger@gitblit.com> | 2011-11-12 10:49:10 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-11-12 10:49:10 -0500 |
commit | 493ab0f0d6f60528e11d293be4cb68817c7517a5 (patch) | |
tree | 96184b86efafe7f37fb4b5376477279f78d54341 /build.xml | |
parent | 4ef60d7a963fdadaa69db98df7844314c2ceb693 (diff) | |
download | gitblit-493ab0f0d6f60528e11d293be4cb68817c7517a5.tar.gz gitblit-493ab0f0d6f60528e11d293be4cb68817c7517a5.zip |
Documentation. Updated Twitter Bootstrap to 1.4.0.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -204,7 +204,7 @@ <copy todir="${docs.output.dir}">
<!-- Copy selected Gitblit resources -->
<fileset dir="${project.resources.dir}">
- <include name="bootstrap.130.css" />
+ <include name="bootstrap.140.css" />
<include name="bootstrap.gb.css" />
<include name="markdown.css" />
<include name="gitblt_25_white.png" />
@@ -576,7 +576,7 @@ <copy todir="${project.site.dir}">
<!-- Copy selected Gitblit resources -->
<fileset dir="${project.resources.dir}">
- <include name="bootstrap.130.css" />
+ <include name="bootstrap.140.css" />
<include name="bootstrap.gb.css" />
<include name="markdown.css" />
<include name="gitblt_25_white.png" />
|