diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-13 20:00:16 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-13 20:00:16 +0700 |
| commit | f62a74a4521c7f4e2c32d96f0347c15953739f23 (patch) | |
| tree | 91c412eb0fc8bcf59e36ab778d413f216d56932c /_content/index.css | |
| parent | 4623487a4868ca65d8f12db6b78429b2074183c7 (diff) | |
| download | kilabit.info-f62a74a4521c7f4e2c32d96f0347c15953739f23.tar.xz | |
_content: add missing SPDX headers
Diffstat (limited to '_content/index.css')
| -rw-r--r-- | _content/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_content/index.css b/_content/index.css index 71af1fc..ece8f79 100644 --- a/_content/index.css +++ b/_content/index.css @@ -1,3 +1,7 @@ +/* SPDX-License-Identifier: CC-BY-SA-4.0 + * SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> + */ + #toc ul.sectlevel1 { column-width: 20rem; } |
