diff options
author | Olivier Lamy <olamy@apache.org> | 2013-12-18 05:27:37 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-12-18 05:27:37 +0000 |
commit | 5aa767e4cb495a35e250ffe7b0c4573eecaf9cbe (patch) | |
tree | e5e555afb77066f099846bd62eaea405473645ee | |
parent | cbf0f0fb761bd8df8b6677d4fdce5d84a40f68f8 (diff) | |
download | archiva-5aa767e4cb495a35e250ffe7b0c4573eecaf9cbe.tar.gz archiva-5aa767e4cb495a35e250ffe7b0c4573eecaf9cbe.zip |
use versionned css
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551849 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css (renamed from archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.css) | 0 | ||||
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/src/main/webapp/index.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.css b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css index e952d917f..e952d917f 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.css +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/typeahead.js-bootstrap.0.9.3.css diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/index.html b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/index.html index be142f1ee..9a91bd1b6 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/index.html +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/index.html @@ -26,7 +26,7 @@ <link rel="stylesheet" href="css/jqueryFileTree.css"/> <link rel="stylesheet" href="css/jquery-ui-1.9.2.custom.min.css"/> <link rel="stylesheet" href="css/select2-3.2.css"/> - <link rel="stylesheet" href="css/typeahead.js-bootstrap.css"/> + <link rel="stylesheet" href="css/typeahead.js-bootstrap.0.9.3.css"/> <link rel="stylesheet" href="css/bootstrap.2.2.2.css"> <link rel="stylesheet" href="css/archiva.css"> <link rel="shortcut icon" href="favicon.ico"/> |