summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2018-03-10 15:16:01 +0100
committerMurray Cumming <murrayc@murrayc.com>2018-03-10 15:16:01 +0100
commit2eb5f39320e0b65b9579becab4ef7ba69a89c3b2 (patch)
treedff1dddf53691bb78b68b20764258979d7ebfea2 /docs
parentcf37ff636c0897267f46b050841be9ca40f57088 (diff)
downloadsigc++-2eb5f39320e0b65b9579becab4ef7ba69a89c3b2.tar.gz
website: Simplify the layout.
Diffstat (limited to 'docs')
-rw-r--r--docs/_layouts/default.html31
-rw-r--r--docs/style.css4
2 files changed, 11 insertions, 24 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index c4ba495..982d502 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -9,34 +9,25 @@
</head>
<body>
+ <div id="header">
+ <img src="pix/logo.gif" width="280" height="85" alt="libsigc++" />
+ <p>Callback Framework for C++</p>
+ </div>
+
<div id="rightbox">
- <div id="coloredbox">
- <a class="menu" href="index.html">Main</a><br />
- <a class="menu" href="license.html">License</a><br />
- <a class="menu" href="doc.html">Documentation</a><br />
- <a class="menu" href="download.html">Download</a><br />
- <a class="menu" href="devel.html">Development</a><br />
- </div>
+ <a class="menu" href="index.html">Main</a><br />
+ <a class="menu" href="license.html">License</a><br />
+ <a class="menu" href="doc.html">Documentation</a><br />
+ <a class="menu" href="download.html">Download</a><br />
+ <a class="menu" href="devel.html">Development</a><br />
</div>
<div id="contents">
- <table border="0" width="90%" cellpadding="0">
- <tr>
- <td><img src="pix/logo.gif" width="280" height="85" alt="libsigc++" /></td>
- <td align="center">
- <b>Callback Framework for C++</b>
- </td>
- </tr>
- </table>
-
- <hr></hr>
-
<h1>{{page.title}}</h1>
{{ content }}
</div>
- <hr></hr>
- <div class="right">
+ <div class="footer">
<a href="mailto:libsigc-list@gnome.org">libsigc++ mailing list</a>
|
<a href="https://github.com/GNOME/libsigcplusplus/tree/master/docs">website source</a>
diff --git a/docs/style.css b/docs/style.css
index 013921c..f3b598a 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -7,13 +7,9 @@ body {
float: right;
margin-top: 50px;
width: 180px;
-}
-
-#coloredbox {
background-color: #6299cd;
padding: 5px;
border: 2px solid black;
-
}
a.menu { text-decoration: underline; color: white; }