Artifact d2307c82512c8e58f4fc61594d4daff38d490505dfd9b21d793538bf7d450c51:
- File src/style.admin_log.css — part of check-in [064c1c9588] at 2020-05-28 09:18:56 on branch trunk — Reworked how style.css is emitted: all default rules first, then page-specific rules (if passed name=PAGENAME and if builtin file style.PAGENAME.css exists), then the skin. This increases the default style.css output by only approx. 800 bytes before compression (approx. 300 after compression). Has no visual impact on existing built-in skins, and none is expected on 3rd-party skin edits. See [https://fossil-scm.org/forum/forumpost/d63ff33063|/forumpost/d63ff33063] for discussion. (user: stephan size: 177) [more...]
/* This file is just to demonstrate/test page-specific CSS. Using the browser dev tools, select any link, "inspect" it, and edit this style. */ a{ font-size: inherit; }