diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2008-12-23 09:32:08 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2008-12-24 18:36:59 -0500 |
commit | 804f681741a868f6354823d04b8af71b050e5480 (patch) | |
tree | 853d9805f7c80157585795a796e612c3519e3c58 /website | |
parent | 691e5d2ec8efeb4d77b17b1ad852fdbec31ce136 (diff) |
slightly modified header "sidebar".
added pieces of logo broken into image and title.
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 20 | ||||
-rw-r--r-- | website/logo.simple.png | bin | 0 -> 5536 bytes | |||
-rw-r--r-- | website/logo.title.png | bin | 0 -> 4123 bytes | |||
-rw-r--r-- | website/sidebar.mdwn | 14 |
4 files changed, 19 insertions, 15 deletions
diff --git a/website/local.css b/website/local.css index c4b59e9..de0f196 100644 --- a/website/local.css +++ b/website/local.css @@ -58,31 +58,31 @@ pre { overflow: auto; } -table.sitenav { +table.sitenav { border-bottom: 2px solid black; padding: 0px; width: 100%; font-size: larger; } -table.sitenav img.logo { - margin: 0px; - padding: 0px; +table.sitenav img.logo { + margin: 0em; + padding: 0px; vertical-align: bottom; } +table.sitenav img.title { + margin: 0px; + padding: 0px; + vertical-align: top; +} + table.sitenav a { font-weight: bold; margin-right: 1em; font-size: smaller; } -/* trying to align the sitenav links roughly with the text in the monkeysphere logo */ -td#sitenav { - vertical-align: bottom; - padding-bottom: 30px; -} - table.sitenav span.selflink { font-weight: bold; text-decoration: underline; diff --git a/website/logo.simple.png b/website/logo.simple.png Binary files differnew file mode 100644 index 0000000..5cc69eb --- /dev/null +++ b/website/logo.simple.png diff --git a/website/logo.title.png b/website/logo.title.png Binary files differnew file mode 100644 index 0000000..a203f8b --- /dev/null +++ b/website/logo.title.png diff --git a/website/sidebar.mdwn b/website/sidebar.mdwn index fd24134..6c8f414 100644 --- a/website/sidebar.mdwn +++ b/website/sidebar.mdwn @@ -1,8 +1,10 @@ <table class="sitenav" cellpadding="0" cellspacing="0"> -<tbody><tr><td> -<a class="logo" href="/"><img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" /></a> -</td><td id="sitenav"> - +<colgroup span="1" width="110" /> +<tr> +<td rowspan="2"><a href="/"><img class="logo" src="/logo.simple.png" alt="monkeysphere" /></a></td> +<td><a href="/"><img class="title" src="/logo.title.png" alt="monkeysphere" /></a></td> +</tr><tr> +<td> [[WHY?|why]] [[DOWNLOAD|download]] [[DOCUMENTATION|doc]] @@ -10,5 +12,7 @@ [[COMMUNITY|community]] <a href="https://labs.riseup.net/code/wiki/monkeysphere">WIKI</a> <a href="https://labs.riseup.net/code/projects/monkeysphere/issues">BUGS</a> +</td> +</tr> +</table> -</td></tr></tbody></table> |