Commit 2de9d8b6 by Crisu83

Added the version to the demo app.

parent 73284dd1
...@@ -23,6 +23,11 @@ span.required { ...@@ -23,6 +23,11 @@ span.required {
color: #F00; color: #F00;
} }
.version {
color: #CCC;
margin: 10px 0;
}
#bootNavbar .navbar-inner > .container { #bootNavbar .navbar-inner > .container {
width: 660px; width: 660px;
} }
\ No newline at end of file
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
array('label'=>'Contact', 'url'=>'#'), array('label'=>'Contact', 'url'=>'#'),
), ),
), ),
'<div class="version pull-right">yii-bootstrap-0.9.8</div>',
), ),
)); ?> )); ?>
......
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