RE: Org screenshots. You are wasting a lot of screen real estate by including the org's grey background. Perhaps you can crop that out of them? Since the res and positioning of the org in the screenshots seems consistent, you could use a tool like irfanview to batch crop the images.
A negative side effect of the
Edit: In addition to cropping the images, maybe you could change the css to not use hardcoded widths?
- Code: Select all
.navigation {position: relative; width: 22%; float: left; left: 20px; top: 40px; font-size: 130%; font-weight: bold; font-variant: small-caps;}
.main {float: right; width: 78%;}
This will prevent the main div from being shoved below the nav if the browser window is not large enough.







