diff options
| author | Nicolas Petton <nicolas@petton.fr> | 2016-12-01 16:43:43 +0100 |
|---|---|---|
| committer | Nicolas Petton <nicolas@petton.fr> | 2016-12-01 16:43:43 +0100 |
| commit | bf0be510429299ff9794295d4b5fda2c69c8eab2 (patch) | |
| tree | e50c6c3cf38b04e038b0256baf9f856837e87343 /html/layout.css | |
| parent | 6a044b5497c74974ecc940f356134b8e02e6db2f (diff) | |
Website footer improvement
* admin/archive-contents.el:
* html/index.html: Add a link to the FSF, and a copyright.
* html/layout.css: Make the footer taller.
Diffstat (limited to 'html/layout.css')
| -rw-r--r-- | html/layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/layout.css b/html/layout.css index 0744ab9..677849e 100644 --- a/html/layout.css +++ b/html/layout.css @@ -63,7 +63,7 @@ html, body { margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */ } .footer, .push { - height: 50px; /* .push must be the same height as .footer */ + height: 90px; /* .push must be the same height as .footer */ } h1 { |
