diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-04-11 22:11:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-11 22:15:43 +0200 |
commit | ca8b8817c503209c554b0d473b188c7591fb44ed (patch) | |
tree | b5b09203114d3bc6d7b939b2cbe185a9ed7e4b01 /website/static/css | |
parent | website: Add "/en" to all pages. (diff) |
website: Add support for a blog.
* website/haunt.scm (post-url, post->sxml, page->sxml)
(post->page): New procedures.
(%theme): New variable.
<top level>: Add blog post pages.
* website/static/css/main.css (.post-about): Tweak margin.
Diffstat (limited to 'website/static/css')
-rw-r--r-- | website/static/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/static/css/main.css b/website/static/css/main.css index 8e2d1a0..6f2eeaa 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css | |||
@@ -209,7 +209,7 @@ hr { | |||
209 | .post-about { | 209 | .post-about { |
210 | color: #4D4D4D; | 210 | color: #4D4D4D; |
211 | font-size: 0.9em; | 211 | font-size: 0.9em; |
212 | margin-top: -3em; | 212 | margin-top: -2em; |
213 | } | 213 | } |
214 | 214 | ||
215 | #menubar ul { display: inline-block; padding: 0px; margin: 0px; } | 215 | #menubar ul { display: inline-block; padding: 0px; margin: 0px; } |