File tree 5 files changed +5
-6
lines changed
5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : Documentation
2
+ title : About OSGI
3
3
summary : Provides an introduction into OSGi and explains how OSGi enRoute uses OSGi
4
4
noindex : true
5
5
layout : default
Original file line number Diff line number Diff line change 1
1
.top-bar .name {
2
2
max-height : 45px ;
3
3
height : 45px ;
4
- margin : 0 ;
4
+ margin-left : 10 px ;
5
5
}
6
+
6
7
.top-bar .name img {
7
8
margin : 7px 0 0 0 ;
8
9
}
Original file line number Diff line number Diff line change 1
1
< nav class ="top-bar " data-topbar >
2
2
< ul class ="title-area ">
3
3
< li class ="name ">
4
- < h1 >
5
4
< a href ="/index.html "
6
5
> < img src ="/images/logo-topbar.png " alt ="Bndtools "
7
6
/> </ a >
8
- </ h1 >
9
7
</ li >
10
8
</ ul >
11
9
< section class ="top-bar-section ">
Original file line number Diff line number Diff line change 5
5
{% endif %}
6
6
{% for link in section.links %}
7
7
{% if link.divider %}
8
- < li class ="divider " / >
8
+ < li class ="divider "> </ li >
9
9
{% else %}
10
10
{% assign isActive = false %}
11
11
{% if link.url == "/" and page.url == "/" %}
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en " ng-app =" jpm " >
2
+ < html lang ="en ">
3
3
{% include head.htm %}
4
4
5
5
< body >
You can’t perform that action at this time.
0 commit comments