summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-11 22:11:21 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-11 22:15:43 +0200
commit38685072aafede51f4dbdbd6e2b6ce4d4cafc0fe (patch)
tree3614eb39ac6a5e91efa805410f74ff5867cd5d6b /static
parentwebsite: 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 'static')
-rw-r--r--static/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 8e2d1a0..6f2eeaa 100644
--- a/static/css/main.css
+++ b/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; }