From 5da9ed1cffc7c6783b86ed4f1776f0fdeaf1c9a2 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 3 Jul 2022 20:30:17 +0200 Subject: Common resources. --- resources/css.org | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'resources/css.org') diff --git a/resources/css.org b/resources/css.org index ae6b91f..1441781 100644 --- a/resources/css.org +++ b/resources/css.org @@ -9,7 +9,11 @@ #+DESCRIPTION: Styling information for the entire following websites: mlnp.fr, wiki.mlnp.fr, and blog.mlnp.fr. #+KEYWORDS: org-mode emacs blendux mlnp literate programming + #+HTML_HEAD: +#+HTML_HEAD: +#+INCLUDE: topnav.html export html + #+TOC: headlines 2 @@ -345,16 +349,6 @@ vertical extremity. } #+END_SRC -I also want table headers to stick to the top of the table. This -serves as a useful reminder of the - -#+BEGIN_SRC css - thead { - position: sticky; - top: 2.6rem; - } -#+END_SRC - ** Images -- cgit v1.2.3