]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
http: document source of bootstrap/bootswatch theme
authorPetr Špaček <petr.spacek@nic.cz>
Fri, 21 Feb 2020 15:27:41 +0000 (16:27 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 25 Feb 2020 08:26:38 +0000 (09:26 +0100)
commit1ca12c0bf55d842d3fb3686e934ec3ff2475c9e6
tree21eb43a30e97091f46232653291aa3f67d7b697e
parent08d7b1b0e2c6982461d1085fe3a0d95f162fca42
http: document source of bootstrap/bootswatch theme

Source is
git+https://github.com/twbs/bootstrap.git@a78dc3aed640a35914361b837ce24573a0515e19#yeti/bootstrap.min.css
but our version has minor modifications:
- removed link to font file
- minor font and line height adjustments
- added SPDX header

Diffing minimized CSS file is a mess so use something like
$ awk '{gsub(/{|}|;/,"&\n"); print}'
to get something more legible.
modules/http/static/bootstrap.min.css
modules/http/static/bootstrap.min.css.spdx [new file with mode: 0644]