diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-10-23 20:37:11 +0200 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-10-23 20:37:11 +0200 |
| commit | 50b21661612b403b58b24eba7cbb904936416f81 (patch) | |
| tree | b412d1f6fa93a4fd6a8a9a8af974be8794ec3a38 /README.org | |
| parent | ecfea6d28309bb3e511f020408c7a3a818f72edc (diff) | |
CSS reorg cleanup.
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ #+DATE: <2022-01-23 Sun> #+OPTIONS: num:nil toc:nil title:nil -#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css"/> +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/global.css"/> #+HTML_HEAD: <link rel="icon" type="image/png" href="resources/favicon.png"/> #+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. |