Mark Phippard wrote: >> No. I don't think of (or want to think of) hack^H^H^H^HThe Subversion >> Community Guide as part of the website. It's a small book that's accessible >> from the website. Site-nav there would be visible and useful only at the >> top 2% of the page or something -- after that it's out of view and a waste >> of screen real estate. > > What if we just did not include the nav area or something? I was > mainly thinking of consistency in fonts etc.
Consistency of fonts is pretty easy to achieve:
Index: docs/community-guide/index.html
===================================================================
--- docs/community-guide/index.html (revision 901897)
+++ docs/community-guide/index.html (working copy)
@@ -6,8 +6,8 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css">
body {
- font-family: serif;
- font-size: 12pt;
+ font-family: Tahoma, serif;
+ font-size: 10pt;
}
pre {
font-size: 11pt;
--
C. Michael Pilato <[email protected]>
CollabNet <> www.collab.net <> Distributed Development On Demand
signature.asc
Description: OpenPGP digital signature

