Update 3rdparty less framework

Imports the latest copy into the code tree and fixes the script/sheet
inclusion in the default template.
This commit is contained in:
2011-12-17 01:37:15 +00:00
parent 63fd852beb
commit 326997c418
3 changed files with 18 additions and 2 deletions

0
public/less/bootstrap.less vendored Normal file
View File

File diff suppressed because one or more lines are too long

View File

@@ -18,8 +18,8 @@
<script type="text/javascript" src="{$base_uri}scripts/main.js"></script>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
<link rel="stylesheet/less" href="less/bootstrap.less" media="all" />
<script src="js/less-1.1.4.min.js"></script>
<link rel="stylesheet/less" href="{$base_uri}less/bootstrap.less" media="all" />
<script src="{$base_uri}scripts/3rdparty/less-1.1.5.min.js"></script>
</head>
<body>