From 50b21661612b403b58b24eba7cbb904936416f81 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 23 Oct 2022 20:37:11 +0200 Subject: CSS reorg cleanup. --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 8f64962..86ba8ca 100644 --- a/README.org +++ b/README.org @@ -6,7 +6,7 @@ #+DATE: <2022-01-23 Sun> #+OPTIONS: num:nil toc:nil title:nil -#+HTML_HEAD: +#+HTML_HEAD: #+HTML_HEAD: #+INCLUDE: resources/topnav.html export html # +TOC: headlines 1 @@ -61,7 +61,7 @@ The website's structure is described in the following sections. │   ├── favicon.png │   ├── favicon.xcf │   ├── fonts -│   ├── mlnp.css +│   ├── global.css │   └── topnav.html ├── sitemap.org └── wiki @@ -96,7 +96,7 @@ the website publishing process. This file contains the entire website's styling information. During publication, this file's sections are tangled to a single stylesheet -=resources/mlnp.css=. This reduces website load times, as only a +=resources/global.css=. This reduces website load times, as only a single HTTP request is required to obtain styling rules for the entire website. Albeit negligible, this optimization is [[https://stackoverflow.com/questions/2336302/single-huge-css-file-vs-multiple-smaller-specific-css-files][recommended]] across the web. -- cgit v1.2.3