diff --git a/style.css b/style.css index 83e0855..f7e7ce8 100644 --- a/style.css +++ b/style.css @@ -299,6 +299,8 @@ span.shell-start { /** index **/ .headline { + position: relative; + background-image: url( 'images/dvsup.png' ); padding: 1em 2em; margin: -0.5em -2em 0em -2em; @@ -461,32 +463,11 @@ pre.js, div.float { #menu ul #whyfreejs a { color: #f57900; } -#menu ul #whyfreejs a:hover { - /* undo default style */ - background-color: transparent; -} -body.whyfreejs #menu { - background-color: #f57900; - border-bottom-color: #ce5c00; -} - -body.whyfreejs #menu ul { +body.whyfreejs #menu ul #whyfreejs { visibility: hidden; } -h3.menuhead { - position: absolute; - - font-size: 1.25em; - font-weight: normal; - letter-spacing: 0.15em; - - top: -2.25em; - padding: 0px; - margin: 0px; -} - body.whyfreejs #content { text-align: justify; } @@ -573,6 +554,14 @@ blockquote.quote { font-style: italic; } +.headline blockquote.quote { + position: absolute; + + width: 300px; + top: 2.5em; + right: 1em; +} + /* from manual (overrides some of the styles above) */ div.float { diff --git a/whyfreejs.html b/whyfreejs.html index 05c8a2c..93a96a3 100644 --- a/whyfreejs.html +++ b/whyfreejs.html @@ -1,12 +1,12 @@ - +
+

The Importance of JavaScript that Respects Your Freedoms

-
- It occurred to me that when we announce ease.js it would be a good occasion to - post something about the importance of making JavaScript code free. - —Richard Stallman -
+
+ It occurred to me that when we announce ease.js it would be a good occasion to + post something about the importance of making JavaScript code free. + —Richard Stallman +
+

GNU ease.js provides a set of unmatched and desirable features under a

- -

- « Return to GNU ease.js home -