From f57dfdb93250c13216bce633b1caf8af494552d6 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sat, 16 Feb 2019 00:44:58 -0500 Subject: [PATCH] Remove dead definition list cruft. The definition lists for the creative commons text never worked quite right, and was committed as a comment; don't need that... --- content/style.css | 16 +++------------- layouts/creativecommons.xsl | 14 +------------- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/content/style.css b/content/style.css index 45a0d96..1028de0 100644 --- a/content/style.css +++ b/content/style.css @@ -59,21 +59,10 @@ ul, ol, dl { dt, dd, li { text-align: justify; - margin: 0 0 0 2em; padding: 0; } - -dl.terms>dt { - display: list-item; - font-weight: bold; - text-align: left; - - float: left; -} - -dt::after { - content: " "; -} +li { margin: 0 0 0 2em; } +dd { margin: 0 0 0 1em; } ul.ordered>li { list-style: none; @@ -168,6 +157,7 @@ kbd::before { @media (max-width: 512px) { body { margin: 0.6em; } ul ul { margin-left: -1.2em; } + dd { margin: 0; } } @media (max-width: 28em) { li, dd, dt, p { text-align: left; } } diff --git a/layouts/creativecommons.xsl b/layouts/creativecommons.xsl index 89fadd4..688f590 100644 --- a/layouts/creativecommons.xsl +++ b/layouts/creativecommons.xsl @@ -9,7 +9,7 @@ so they will not parse correctly as XML. The sgml2xml filter is intended to fix this. - Copyright © 2018 Nick Bowler + Copyright © 2018-2019 Nick Bowler This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -206,18 +206,6 @@ - - - -- 2.43.0