mirror of https://github.com/apache/archiva.git
use bootstrap 2.0.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1300896 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d1ba47c9d2
commit
f9b99be3b9
4163
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/css/bootstrap.2.0.1.css → archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/css/bootstrap.2.0.2.css
vendored
Executable file → Normal file
4163
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/css/bootstrap.2.0.1.css → archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/css/bootstrap.2.0.2.css
vendored
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/jquery-ui-1.8.16.custom.css"/>
|
||||
<link rel="stylesheet" href="css/bootstrap.css">
|
||||
<link rel="stylesheet" href="css/bootstrap.2.0.2.css">
|
||||
<link rel="stylesheet" href="css/archiva.css">
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<link rel="stylesheet" href="css/chosen.css"/>
|
||||
<link rel="stylesheet" href="css/jquery-ui-1.8.16.custom.css"/>
|
||||
<link rel="stylesheet" href="css/bootstrap.2.0.1.css">
|
||||
<link rel="stylesheet" href="css/bootstrap.2.0.2.css">
|
||||
<link rel="stylesheet" href="css/archiva.css">
|
||||
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@ $(function() {
|
|||
.script(buildLoadJsUrl("archiva/search.js")).wait()
|
||||
.script(buildLoadJsUrl("redback/redback-tmpl.js")).wait()
|
||||
.script("chosen.jquery.js" )
|
||||
.script("bootstrap.2.0.1.js" )
|
||||
.script("bootstrap.2.0.2.js" )
|
||||
.script(buildLoadJsUrl("knockout.simpleGrid.js"))
|
||||
.script(buildLoadJsUrl("knockout-sortable.js"))
|
||||
//.script("knockout.mapping-latest.debug.js")
|
||||
|
|
1503
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/bootstrap.2.0.1.js → archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/bootstrap.2.0.2.js
vendored
Executable file → Normal file
1503
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/bootstrap.2.0.1.js → archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/bootstrap.2.0.2.js
vendored
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue