File tree Expand file tree Collapse file tree 2 files changed +11
-24
lines changed Expand file tree Collapse file tree 2 files changed +11
-24
lines changed Original file line number Diff line number Diff line change 9
9
</ head >
10
10
11
11
< body >
12
+ < div id ="header ">
13
+ < img src ="pix/logo.gif " width ="280 " height ="85 " alt ="libsigc++ " />
14
+ < p > Callback Framework for C++</ p >
15
+ </ div >
16
+
12
17
< div id ="rightbox ">
13
- < div id ="coloredbox ">
14
- < a class ="menu " href ="index.html "> Main</ a > < br />
15
- < a class ="menu " href ="license.html "> License</ a > < br />
16
- < a class ="menu " href ="doc.html "> Documentation</ a > < br />
17
- < a class ="menu " href ="download.html "> Download</ a > < br />
18
- < a class ="menu " href ="devel.html "> Development</ a > < br />
19
- </ div >
18
+ < a class ="menu " href ="index.html "> Main</ a > < br />
19
+ < a class ="menu " href ="license.html "> License</ a > < br />
20
+ < a class ="menu " href ="doc.html "> Documentation</ a > < br />
21
+ < a class ="menu " href ="download.html "> Download</ a > < br />
22
+ < a class ="menu " href ="devel.html "> Development</ a > < br />
20
23
</ div >
21
24
22
25
< div id ="contents ">
23
- < table border ="0 " width ="90% " cellpadding ="0 ">
24
- < tr >
25
- < td > < img src ="pix/logo.gif " width ="280 " height ="85 " alt ="libsigc++ " /> </ td >
26
- < td align ="center ">
27
- < b > Callback Framework for C++</ b >
28
- </ td >
29
- </ tr >
30
- </ table >
31
-
32
- < hr > </ hr >
33
-
34
26
< h1 > {{page.title}}</ h1 >
35
27
{{ content }}
36
28
</ div >
37
- < hr > </ hr >
38
- < div class ="right ">
39
29
30
+ < div class ="footer ">
40
31
< a href ="mailto:libsigc-list@gnome.org "> libsigc++ mailing list</ a >
41
32
|
42
33
< a href ="https://github.com/GNOME/libsigcplusplus/tree/master/docs "> website source</ a >
Original file line number Diff line number Diff line change 7
7
float : right;
8
8
margin-top : 50px ;
9
9
width : 180px ;
10
- }
11
-
12
- # coloredbox {
13
10
background-color : # 6299cd ;
14
11
padding : 5px ;
15
12
border : 2px solid black;
16
-
17
13
}
18
14
19
15
a .menu { text-decoration : underline; color : white; }
You can’t perform that action at this time.
0 commit comments