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
2de9d8b6
Commit
2de9d8b6
authored
Feb 07, 2012
by
Crisu83
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the version to the demo app.
parent
73284dd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
styles.less
demo/less/styles.less
+6
-0
main.php
demo/protected/views/layouts/main.php
+1
-0
No files found.
demo/less/styles.less
View file @
2de9d8b6
...
...
@@ -23,6 +23,11 @@ span.required {
color: #F00;
}
.version {
color: #CCC;
margin: 10px 0;
}
#bootNavbar .navbar-inner > .container {
width: 660px;
}
\ No newline at end of file
demo/protected/views/layouts/main.php
View file @
2de9d8b6
...
...
@@ -26,6 +26,7 @@
array
(
'label'
=>
'Contact'
,
'url'
=>
'#'
),
),
),
'<div class="version pull-right">yii-bootstrap-0.9.8</div>'
,
),
));
?>
...
...
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