Add link to Phraseanet.github.com

This commit is contained in:
grosroro 2012-05-31 17:41:16 +02:00
commit 42dbb47094
3 changed files with 26 additions and 4 deletions

View file

@ -167,6 +167,21 @@
</li>
</ul>
</div>
<ul class="nav pull-right">
<li class="divider-vertical"></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Phraseanet Libraries
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="http://phraseanet.github.com/" target="_blank">Phraseanet.github.com</a>
</li>
</ul>
</li>
</ul>
</div>
{% include "ribbon.html" %}
</div>
@ -218,6 +233,7 @@
<!-- scripts concatenated and minified via build script -->
<script src="{{ pathto('_static/js/plugins.js', 1) }}"></script>
<script src="{{ pathto('_static/js/bootstrap.min.js', 1) }}"></script>
<script src="{{ pathto('_static/js/script.js', 1) }}"></script>
<!-- end scripts -->

View file

@ -37,8 +37,8 @@ h2 {
}
/* -- navigation styles ----- */
#navbar, #menu {
margin-bottom: 10px;
.navbar {
line-height:1em;
}
#navigation {
min-height: 29px;

File diff suppressed because one or more lines are too long