From 9e3567cbe6bd0223f04421cd94747b40c836311c Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 16 Mar 2014 02:24:54 -0400 Subject: [PATCH] Download page styling Consistent with the new header for the rest of the site --- download.html | 57 ++++++++++++++++++++++++++------------------------ style.css | 32 +++++++++++++++++++--------- whyfreejs.html | 2 +- 3 files changed, 53 insertions(+), 38 deletions(-) diff --git a/download.html b/download.html index 1f043a7..bab2c1f 100644 --- a/download.html +++ b/download.html @@ -1,31 +1,34 @@ -

- - Current Release: - Released: - -

-

- GNU ease.js can be downloaded in a variety of formats, depending on the - environment in which it will be used. -

+
+

+ Version +
+ Released +

- +

+ GNU ease.js can be downloaded in a variety of formats, depending on the + environment in which it will be used. Releases are always stable and + production-ready. +

+ + +

The tarball contains the full source code, combined files for debugging GNU diff --git a/style.css b/style.css index 676f615..7e1a52b 100644 --- a/style.css +++ b/style.css @@ -296,8 +296,6 @@ span.shell-start { border-bottom-color: #4e9a06; } - -/** index **/ .headline { position: relative; @@ -332,6 +330,24 @@ span.shell-start { margin: 0.5em 0em; } +.headline .info, +.headline .info3 { + position: absolute; + + width: 300px; + top: 1.5em; + right: 1em; + + margin-right: 2em; +} +.headline .info3 { + /* 3-line title */ + top: 2.5em; +} + + + +/** index **/ .btn.download { float: right; margin-top: 0.65em; @@ -386,6 +402,10 @@ span.release-current .date { float: right; } +ul.dlopts { + font-size: 1.1em; +} + /** news **/ h3.git-commit { @@ -555,14 +575,6 @@ 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 93a96a3..51eacb9 100644 --- a/whyfreejs.html +++ b/whyfreejs.html @@ -1,7 +1,7 @@

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