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,13 +37,13 @@ h2 {
}
/* -- navigation styles ----- */
#navbar, #menu {
margin-bottom: 10px;
.navbar {
line-height:1em;
}
#navigation {
min-height: 29px;
line-height: 30px;
display:inline-block;
display:inline-block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
}
@ -56,7 +56,7 @@ h2 {
}
#navigation li {
float: left;
display:block;
display:block;
line-height:38px;
}
#navigation ul > li > a {

File diff suppressed because one or more lines are too long