Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
Yii Bootstrap 3
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Common
Yii Bootstrap 3
Commits
bab786d9
Commit
bab786d9
authored
Jan 01, 2013
by
Crisu83
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix less import in yii.less
parent
5c9f4549
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
yii.less
assets/less/yii.less
+1
-1
Bootstrap.php
components/Bootstrap.php
+2
-2
No files found.
assets/less/yii.less
View file @
bab786d9
...
...
@@ -2,7 +2,7 @@
Imports
*/
@import "
../../lib/bootstrap/less/
mixins.less";
@import "mixins.less";
/*
Grid view
...
...
components/Bootstrap.php
View file @
bab786d9
...
...
@@ -4,7 +4,7 @@
* @author Christoffer Niska <ChristofferNiska@gmail.com>
* @copyright Copyright © Christoffer Niska 2011-
* @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
*/
public
function
getVersion
()
{
return
'2.
1.0
'
;
return
'2.
0.2
'
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment