Commit bab786d9 by Crisu83

Fix less import in yii.less

parent 5c9f4549
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Imports Imports
*/ */
@import "../../lib/bootstrap/less/mixins.less"; @import "mixins.less";
/* /*
Grid view Grid view
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @author Christoffer Niska <ChristofferNiska@gmail.com> * @author Christoffer Niska <ChristofferNiska@gmail.com>
* @copyright Copyright &copy; Christoffer Niska 2011- * @copyright Copyright &copy; Christoffer Niska 2011-
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License * @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @version 1.1.0 * @version 2.0.3
*/ */
/** /**
...@@ -314,6 +314,6 @@ class Bootstrap extends CApplicationComponent ...@@ -314,6 +314,6 @@ class Bootstrap extends CApplicationComponent
*/ */
public function getVersion() public function getVersion()
{ {
return '2.1.0'; return '2.0.2';
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment