Skip to content

Commit 2eb5f39

Browse files
committed
website: Simplify the layout.
1 parent cf37ff6 commit 2eb5f39

File tree

2 files changed

+11
-24
lines changed

2 files changed

+11
-24
lines changed

docs/_layouts/default.html

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,25 @@
99
</head>
1010

1111
<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+
1217
<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 />
2023
</div>
2124

2225
<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-
3426
<h1>{{page.title}}</h1>
3527
{{ content }}
3628
</div>
37-
<hr></hr>
38-
<div class="right">
3929

30+
<div class="footer">
4031
<a href="mailto:libsigc-list@gnome.org">libsigc++ mailing list</a>
4132
|
4233
<a href="https://github.com/GNOME/libsigcplusplus/tree/master/docs">website source</a>

docs/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ body {
77
float: right;
88
margin-top: 50px;
99
width: 180px;
10-
}
11-
12-
#coloredbox {
1310
background-color: #6299cd;
1411
padding: 5px;
1512
border: 2px solid black;
16-
1713
}
1814

1915
a.menu { text-decoration: underline; color: white; }

0 commit comments

Comments
 (0)